提交 d07f0d1f 编写于 作者: B Bin Lu 提交者: sibo2rr

Update paddle_serving_deploy_en.md

上级 c583a6b1
...@@ -138,7 +138,7 @@ classification_web_service.py # Script for starting the pipeline server ...@@ -138,7 +138,7 @@ classification_web_service.py # Script for starting the pipeline server
python3 classification_web_service.py &>log.txt & python3 classification_web_service.py &>log.txt &
``` ```
Once the service is successfully started, a log will be printed in log.txt similar to the following ![img](../imgs/start_server.png) Once the service is successfully started, a log will be printed in log.txt similar to the following ![img](../../../deploy/paddleserving/imgs/start_server.png)
- Send request: - Send request:
...@@ -147,7 +147,7 @@ Once the service is successfully started, a log will be printed in log.txt simil ...@@ -147,7 +147,7 @@ Once the service is successfully started, a log will be printed in log.txt simil
python3 pipeline_http_client.py python3 pipeline_http_client.py
``` ```
Once the service is successfully started, the prediction results will be printed in the cmd window, see the following example:![img](../imgs/results.png) Once the service is successfully started, the prediction results will be printed in the cmd window, see the following example:![img](../../../deploy/paddleserving/imgs/results.png)
<a name="4"></a> <a name="4"></a>
...@@ -254,7 +254,7 @@ recognition_web_service.py # Script for starting the pipeline server ...@@ -254,7 +254,7 @@ recognition_web_service.py # Script for starting the pipeline server
python3 recognition_web_service.py &>log.txt & python3 recognition_web_service.py &>log.txt &
``` ```
Once the service is successfully started, a log will be printed in log.txt similar to the following ![img](../../imgs/start_server_shitu.png) Once the service is successfully started, a log will be printed in log.txt similar to the following ![img](../../../deploy/paddleserving/imgs/start_server_shitu.png)
- Send request: - Send request:
...@@ -262,7 +262,7 @@ Once the service is successfully started, a log will be printed in log.txt simil ...@@ -262,7 +262,7 @@ Once the service is successfully started, a log will be printed in log.txt simil
python3 pipeline_http_client.py python3 pipeline_http_client.py
``` ```
Once the service is successfully started, the prediction results will be printed in the cmd window, see the following example: ![img](../../imgs/results_shitu.png) Once the service is successfully started, the prediction results will be printed in the cmd window, see the following example: ![img](../../../deploy/paddleserving/imgs/results_shitu.png)
<a name="5"></a> <a name="5"></a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册