We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c2bea commit 2a2dc0eCopy full SHA for 2a2dc0e
examples/tensorflow/image-classifier-resnet50/README.md
@@ -29,7 +29,7 @@ Check that your API is live by running `cortex get image-classifier-resnet50`, a
29
```bash
30
$ curl <API endpoint> -X POST -H "Content-Type: application/json" -d @sample.json
31
32
-["tabby", "Egyptian_cat", "tiger_cat", "tiger", "plastic_bag"]
+[["tabby", "Egyptian_cat", "tiger_cat", "tiger", "plastic_bag"]]
33
```
34
35
The following image is embedded in [sample.json](sample.json):
0 commit comments