diff --git a/python/examples/imdb/test_client.py b/python/examples/imdb/test_client.py index ab52c2dcccc29216b20910d8cd96ab54ed977702..c4d2d7997ceca3d051697fab4608377f0f6e69eb 100644 --- a/python/examples/imdb/test_client.py +++ b/python/examples/imdb/test_client.py @@ -1,4 +1,4 @@ -from paddle_serving import Client +from paddle_serving.serving_client import Client import sys client = Client() diff --git a/python/examples/imdb/test_client_batch.py b/python/examples/imdb/test_client_batch.py index 36f0120d4d8d7b6231a125f0f9f2e68f6093746d..002e6755a267b9b335a64c8411bd7d306336a322 100644 --- a/python/examples/imdb/test_client_batch.py +++ b/python/examples/imdb/test_client_batch.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from paddle_serving import Client +from paddle_serving.serving_client import Client import sys import subprocess from multiprocessing import Pool