Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
(cherry picked from commit 35ebdc8)
  • Loading branch information
ospillinger authored and deliahu committed Nov 5, 2019
1 parent 815dfa6 commit 9b1387d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/pytorch/image-classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ url: http://***.amazonaws.com/image/classifier
$ curl http://***.amazonaws.com/image/classifier \
-X POST -H "Content-Type: application/json" \
-d '{"url": "https://bowwowinsurance.com.au/wp-content/uploads/2018/10/akita-700x700.jpg"}'
-d '{"url": "https://i.imgur.com/PzXprwl.jpg"}'
"Eskimo dog"
"hotdog"
```

Any questions? [chat with us](https://gitter.im/cortexlabs/cortex).
2 changes: 1 addition & 1 deletion examples/pytorch/text-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ A `deployment` specifies a set of resources that are deployed together. An `api`
predictor:
path: predictor.py
metadata:
num_words: 20 # generate 20 words per request
num_words: 50 # generate 50 words per request
device: cuda # run on GPU
compute:
gpu: 1
Expand Down

0 comments on commit 9b1387d

Please sign in to comment.