diff --git a/examples/pytorch/image-classifier/README.md b/examples/pytorch/image-classifier/README.md index a8eedac77d..5bde2b032c 100644 --- a/examples/pytorch/image-classifier/README.md +++ b/examples/pytorch/image-classifier/README.md @@ -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). diff --git a/examples/pytorch/text-generator/README.md b/examples/pytorch/text-generator/README.md index 6230a9688c..584cec5369 100644 --- a/examples/pytorch/text-generator/README.md +++ b/examples/pytorch/text-generator/README.md @@ -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