Skip to content

Commit 46e889b

Browse files
committed
update
1 parent 99bd8f2 commit 46e889b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ assets saved_model.pb variables
4545
tar cfz model.tar.gz model
4646
curl -X POST -H "Content-Encoding: gzip" \
4747
-H "content-type: application/octet-stream" \
48-
--data-binary @/tmp/models.tar.gz http://localhost:8083/bundle
48+
--data-binary @/path/models.tar.gz http://localhost:8083/upload
4949
```
5050

5151
#### ➂ get your predictions

0 commit comments

Comments
 (0)