diff --git a/README.md b/README.md index 7627c98..dba16b4 100644 --- a/README.md +++ b/README.md @@ -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