diff --git a/README.md b/README.md index d018db0a1f0a358bde750da0075b1736b15a7d39..2fc3837e1af3bc0b6519db435346a00c5141a126 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@


+ ([简体中文](./README_CN.md)|English) Build Status diff --git a/README_CN.md b/README_CN.md index 3e39e1854c9fda8545172dfb7679fde881827741..aac4502104b929704878c59229214c40daf85f13 100644 --- a/README_CN.md +++ b/README_CN.md @@ -6,6 +6,7 @@


+ (简体中文|[English](./README.md)) Build Status diff --git a/python/examples/imagenet/README_CN.md b/python/examples/imagenet/README_CN.md index 77ade579ba17ad8247b2f118242642a1d3c79927..081cff528c393ecb5534ec679d6e63739f720f20 100644 --- a/python/examples/imagenet/README_CN.md +++ b/python/examples/imagenet/README_CN.md @@ -19,10 +19,10 @@ pip install paddle_serving_app 启动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预测服务 ```