From 5ec95c0b1e632903921790d42ef651c0fc455740 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Sat, 18 Jul 2020 10:22:49 +0800 Subject: [PATCH] Update rec_web_client.py --- python/examples/ocr/rec_web_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/ocr/rec_web_client.py b/python/examples/ocr/rec_web_client.py index 2bad668c..312a2148 100644 --- a/python/examples/ocr/rec_web_client.py +++ b/python/examples/ocr/rec_web_client.py @@ -28,7 +28,7 @@ def cv2_to_base64(image): headers = {"Content-type": "application/json"} -url = "http://127.0.0.1:8900/ocr/prediction" +url = "http://127.0.0.1:9292/ocr/prediction" test_img_dir = "rec_img/" for img_file in os.listdir(test_img_dir): -- GitLab