From b4537944d0a83912d730bc63143d25ebfcb5af06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E6=B4=8B=E4=B8=89=E6=B4=8B?= <1258009915@qq.com> Date: Mon, 12 Feb 2024 16:33:49 +0000 Subject: [PATCH] Update README_zh.md --- assets/README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/README_zh.md b/assets/README_zh.md index 7768d9d..a383509 100644 --- a/assets/README_zh.md +++ b/assets/README_zh.md @@ -77,7 +77,7 @@ pytorch huggingface-cli download evaluate-metric/google_bleu --repo-type space --local-dir "your/dir/path" ``` -2. 把这个目录上传远端服务器,并在`TexTeller/src/models/ocr_model/utils/metrics.py`中把`evaluate.load('google_bleu')`改为`evaluate.load('your/dir/path')` +2. 把这个目录上传远端服务器,并在`TexTeller/src/models/ocr_model/utils/metrics.py`中把`evaluate.load('google_bleu')`改为`evaluate.load('your/dir/path/google_bleu.py')` ## Web Demo