We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bd8f2 commit 46e889bCopy full SHA for 46e889b
README.md
@@ -45,7 +45,7 @@ assets saved_model.pb variables
45
tar cfz model.tar.gz model
46
curl -X POST -H "Content-Encoding: gzip" \
47
-H "content-type: application/octet-stream" \
48
- --data-binary @/tmp/models.tar.gz http://localhost:8083/bundle
+ --data-binary @/path/models.tar.gz http://localhost:8083/upload
49
```
50
51
#### ➂ get your predictions
0 commit comments