Update paddle_serving_deploy_en.md

pull/1580/head
Bin Lu 2021-12-21 16:17:54 +08:00 committed by sibo2rr
parent b7b49e3d24
commit c583a6b1d7
1 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ recognition_web_service.py # Script for starting the pipeline server
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](../../imgs/start_server_shitu.png)
- Send request
@ -262,7 +262,7 @@ Once the service is successfully started, a log will be printed in log.txt simil
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](../../imgs/results_shitu.png)
<a name="5"></a>