polish title

pull/1975/head
HtdrogenSulfate 2022-06-17 07:38:52 +00:00
parent 86fa838f17
commit ded4ea8288
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
English | [简体中文](../../zh_CN/inference_deployment/recognition_serving_deploy.md) English | [简体中文](../../zh_CN/inference_deployment/recognition_serving_deploy.md)
# Identify model service deployment # Recognition model service deployment
## Table of contents ## Table of contents
@ -185,7 +185,7 @@ When using PaddleServing for image recognition service deployment, **need to con
pipeline_http_client.py # Script for sending pipeline prediction requests in http mode pipeline_http_client.py # Script for sending pipeline prediction requests in http mode
pipeline_rpc_client.py # Script for sending pipeline prediction requests in rpc mode pipeline_rpc_client.py # Script for sending pipeline prediction requests in rpc mode
recognition_web_service.py # Script to start the pipeline server recognition_web_service.py # Script to start the pipeline server
readme.md # Identify model service deployment documents readme.md # Recognition model service deployment documents
run_cpp_serving.sh # Script to start C++ Pipeline Serving deployment run_cpp_serving.sh # Script to start C++ Pipeline Serving deployment
test_cpp_serving_client.py # Script for sending C++ Pipeline serving prediction requests by rpc test_cpp_serving_client.py # Script for sending C++ Pipeline serving prediction requests by rpc
``` ```