From 8fffd3879d349360402532831379d101d6bc6c23 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Wed, 9 Jun 2021 20:18:42 +0800 Subject: [PATCH] Update readme.md --- deploy/hubserving/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/hubserving/readme.md b/deploy/hubserving/readme.md index 7e461d18..0374d3e3 100755 --- a/deploy/hubserving/readme.md +++ b/deploy/hubserving/readme.md @@ -29,7 +29,7 @@ deploy/hubserving/ocr_system/ ### 1. 准备环境 ```shell # 安装paddlehub -pip3 install paddlehub --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple +pip3 install paddlehub==1.8.3 --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple ``` ### 2. 下载推理模型 -- GitLab