Update paddle_serving_deploy_en.md
parent
b7b49e3d24
commit
c583a6b1d7
|
@ -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 
|
Once the service is successfully started, a log will be printed in log.txt similar to the following 
|
||||||
|
|
||||||
- Send request:
|
- 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
|
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: 
|
Once the service is successfully started, the prediction results will be printed in the cmd window, see the following example: 
|
||||||
|
|
||||||
|
|
||||||
<a name="5"></a>
|
<a name="5"></a>
|
||||||
|
|
Loading…
Reference in New Issue