Skip to content

Commit 2a2dc0e

Browse files
committed
Update tensorflow resnet50 example README (#1162)
(cherry picked from commit 15e5263)
1 parent 38c2bea commit 2a2dc0e

File tree

1 file changed

+1
-1
lines changed
  • examples/tensorflow/image-classifier-resnet50

1 file changed

+1
-1
lines changed

examples/tensorflow/image-classifier-resnet50/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Check that your API is live by running `cortex get image-classifier-resnet50`, a
2929
```bash
3030
$ curl <API endpoint> -X POST -H "Content-Type: application/json" -d @sample.json
3131

32-
["tabby", "Egyptian_cat", "tiger_cat", "tiger", "plastic_bag"]
32+
[["tabby", "Egyptian_cat", "tiger_cat", "tiger", "plastic_bag"]]
3333
```
3434

3535
The following image is embedded in [sample.json](sample.json):

0 commit comments

Comments
 (0)