diff --git a/examples/tensorflow/image-classifier-resnet50/README.md b/examples/tensorflow/image-classifier-resnet50/README.md index ecefb266bf..6122fb81cd 100644 --- a/examples/tensorflow/image-classifier-resnet50/README.md +++ b/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 ```bash $ curl -X POST -H "Content-Type: application/json" -d @sample.json -["tabby", "Egyptian_cat", "tiger_cat", "tiger", "plastic_bag"] +[["tabby", "Egyptian_cat", "tiger_cat", "tiger", "plastic_bag"]] ``` The following image is embedded in [sample.json](sample.json):