提交 36be6e54 编写于 作者: M MRXLT

fix doc

上级 5176e33f
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<p align="center"> <p align="center">
<br> <br>
([简体中文](./README_CN.md)|English)
<a href="https://travis-ci.com/PaddlePaddle/Serving"> <a href="https://travis-ci.com/PaddlePaddle/Serving">
<img alt="Build Status" src="https://img.shields.io/travis/com/PaddlePaddle/Serving/develop"> <img alt="Build Status" src="https://img.shields.io/travis/com/PaddlePaddle/Serving/develop">
</a> </a>
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<p align="center"> <p align="center">
<br> <br>
(简体中文|[English](./README.md))
<a href="https://travis-ci.com/PaddlePaddle/Serving"> <a href="https://travis-ci.com/PaddlePaddle/Serving">
<img alt="Build Status" src="https://img.shields.io/travis/com/PaddlePaddle/Serving/develop"> <img alt="Build Status" src="https://img.shields.io/travis/com/PaddlePaddle/Serving/develop">
</a> </a>
......
...@@ -19,10 +19,10 @@ pip install paddle_serving_app ...@@ -19,10 +19,10 @@ pip install paddle_serving_app
启动server端 启动server端
``` ```
python image_classification_service.py ResNet50_vd_model cpu 9696 #cpu预测服务 python resnet50_web_service.py ResNet50_vd_model cpu 9696 #cpu预测服务
``` ```
``` ```
python image_classification_service.py ResNet50_vd_model gpu 9696 #gpu预测服务 python resnet50_web_service.py ResNet50_vd_model gpu 9696 #gpu预测服务
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册