Skip to content

Commit 9b1387d

Browse files
ospillingerdeliahu
authored andcommitted
Update examples
(cherry picked from commit 35ebdc8)
1 parent 815dfa6 commit 9b1387d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/pytorch/image-classifier/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ url: http://***.amazonaws.com/image/classifier
9999
100100
$ curl http://***.amazonaws.com/image/classifier \
101101
-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"}'
103103
104-
"Eskimo dog"
104+
"hotdog"
105105
```
106106

107107
Any questions? [chat with us](https://gitter.im/cortexlabs/cortex).

examples/pytorch/text-generator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ A `deployment` specifies a set of resources that are deployed together. An `api`
5757
predictor:
5858
path: predictor.py
5959
metadata:
60-
num_words: 20 # generate 20 words per request
60+
num_words: 50 # generate 50 words per request
6161
device: cuda # run on GPU
6262
compute:
6363
gpu: 1

0 commit comments

Comments
 (0)