Skip to content

Commit fe421d4

Browse files
committed
Fix typo in example curl command in web service
1 parent 112d636 commit fe421d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/web_service_example.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Upload an image file and it will check if the image contains a picture of Barack Obama.
33
# The result is returned as json. For example:
44
#
5-
# $ curl -F "file=@obama2.jpg" http://127.0.0.1:5001
5+
# $ curl -XPOST -F "file=@obama2.jpg" http://127.0.0.1:5001
66
#
77
# Returns:
88
#

0 commit comments

Comments
 (0)