From 5ee21846869e63971063ec1b442d9b37d7ccde5a Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Mon, 18 May 2020 21:52:31 +0800 Subject: [PATCH] Update README.md --- python/examples/imagenet/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/examples/imagenet/README.md b/python/examples/imagenet/README.md index 0a6ed1c6..536440e7 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 ``` -- GitLab