diff --git a/python/examples/imagenet/README.md b/python/examples/imagenet/README.md index 0a6ed1c610c7bbcc1c73c8e610d60117816c8915..536440e73ea43f55a4c93bf126d62e86aa3983e6 100644 --- a/python/examples/imagenet/README.md +++ b/python/examples/imagenet/README.md @@ -19,10 +19,10 @@ pip install paddle_serving_app launch server side ``` -python image_classification_service.py ResNet50_vd_model cpu 9696 #cpu inference service +python resnet50_web_service.py ResNet50_vd_model cpu 9696 #cpu inference service ``` ``` -python image_classification_service.py ResNet50_vd_model gpu 9696 #gpu inference service +python resnet50_web_service.py ResNet50_vd_model gpu 9696 #gpu inference service ```