Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Apr 4, 2021
1 parent 99bd8f2 commit 46e889b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ assets saved_model.pb variables
tar cfz model.tar.gz model
curl -X POST -H "Content-Encoding: gzip" \
-H "content-type: application/octet-stream" \
--data-binary @/tmp/models.tar.gz http://localhost:8083/bundle
--data-binary @/path/models.tar.gz http://localhost:8083/upload
```

#### ➂ get your predictions
Expand Down

0 comments on commit 46e889b

Please sign in to comment.