From 847b3b5f49d8342736d3fdebe53a33231f75b425 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Wed, 8 Dec 2021 16:44:39 +0800 Subject: [PATCH] Update Quick_Start_EN.md --- doc/Quick_Start_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Quick_Start_EN.md b/doc/Quick_Start_EN.md index f5bafe3c..36818bb2 100644 --- a/doc/Quick_Start_EN.md +++ b/doc/Quick_Start_EN.md @@ -57,7 +57,7 @@ Here, `client.predict` function has two arguments. `feed` is a `python dict` wit Users can also put the data format processing logic on the server side, so that they can directly use curl to access the service, refer to the following case whose path is `Serving/examples/C++/fit_a_line` ``` -python3 -m paddle_serving_server.serve --model uci_housing_model --thread 10 --port 9292 --name uci +python3 -m paddle_serving_server.serve --model uci_housing_model --thread 10 --port 9292 ``` for client side, ``` -- GitLab