From c1aa194bcf26d3e2f65d0790a22c0823140c6447 Mon Sep 17 00:00:00 2001 From: guru4elephant Date: Tue, 3 Mar 2020 16:28:44 +0800 Subject: [PATCH] fix typo --- python/examples/imdb/text_classify_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/imdb/text_classify_service.py b/python/examples/imdb/text_classify_service.py index 55c36179..0576d290 100755 --- a/python/examples/imdb/text_classify_service.py +++ b/python/examples/imdb/text_classify_service.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #!flask/bin/python -from paddle_serving_server.plugin_service import WebService +from paddle_serving_server.web_service import WebService from imdb_reader import IMDBDataset import sys -- GitLab