From 46e889bcc7d9d1d2317bd978bc70105c969e3367 Mon Sep 17 00:00:00 2001 From: Valentin Kuznetsov Date: Sun, 4 Apr 2021 12:56:20 -0400 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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