From 6127aad993bab109195292296b292781e03e74a2 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Wed, 9 Jun 2021 20:19:43 +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 88f33581..a39ac5a4 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