From 159d479df987c5b7e0d2c63bc3d087c51ab5236b Mon Sep 17 00:00:00 2001 From: David Eliahu Date: Thu, 25 Jun 2020 08:48:13 -0700 Subject: [PATCH] Update tensorflow resnet50 example README --- examples/tensorflow/image-classifier-resnet50/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):