Skip to content
Snippets Groups Projects
Commit ebee1ae4 authored by Hammam Abdelwahab's avatar Hammam Abdelwahab
Browse files

Update README.md

parent 8d5671f3
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ To predict the class of a cat image by the model, follow the following steps ...@@ -20,7 +20,7 @@ To predict the class of a cat image by the model, follow the following steps
`curl -O https://raw.githubusercontent.com/pytorch/serve/master/docs/images/kitten_small.jpg` `curl -O https://raw.githubusercontent.com/pytorch/serve/master/docs/images/kitten_small.jpg`
`curl http://127.0.0.1:5000/prediction -T kitten_small.jpg` `curl -F input=@kitten_small.jpg http://10.5.0.6/prediction`
The expected output should look something like this The expected output should look something like this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment