There was an error while loading. Please reload this page.
1 parent 112d636 commit fe421d4Copy full SHA for fe421d4
examples/web_service_example.py
@@ -2,7 +2,7 @@
2
# Upload an image file and it will check if the image contains a picture of Barack Obama.
3
# The result is returned as json. For example:
4
#
5
-# $ curl -F "file=@obama2.jpg" http://127.0.0.1:5001
+# $ curl -XPOST -F "file=@obama2.jpg" http://127.0.0.1:5001
6
7
# Returns:
8
0 commit comments