From c66ee41a0aedb95f7cc9822407b51296cc5e6546 Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Sat, 22 Feb 2020 23:32:45 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 287bf8c0..6abdbeac 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Python Client Request from paddle_serving_client import Client client = Client() -client.load_client_config("uci_housing_client") +client.load_client_config("uci_housing_client/serving_client_conf.prototxt") client.connect(["127.0.0.1:9292"]) data = [0.0137, -0.1136, 0.2553, -0.0692, 0.0582, -0.0727, -0.1583, -0.0584, 0.6283, 0.4919, 0.1856, 0.0795, -0.0332] -- GitLab