File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,9 @@ url: http://***.amazonaws.com/image/classifier
99
99
100
100
$ curl http://***.amazonaws.com/image/classifier \
101
101
-X POST -H "Content-Type: application/json" \
102
- -d '{"url": "https://bowwowinsurance.com.au/wp-content/uploads/2018/10/akita-700x700 .jpg"}'
102
+ -d '{"url": "https://i.imgur.com/PzXprwl .jpg"}'
103
103
104
- "Eskimo dog "
104
+ "hotdog "
105
105
` ` `
106
106
107
107
Any questions? [chat with us](https://gitter.im/cortexlabs/cortex).
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ A `deployment` specifies a set of resources that are deployed together. An `api`
57
57
predictor :
58
58
path : predictor.py
59
59
metadata :
60
- num_words : 20 # generate 20 words per request
60
+ num_words : 50 # generate 50 words per request
61
61
device : cuda # run on GPU
62
62
compute :
63
63
gpu : 1
You can’t perform that action at this time.
0 commit comments