From 9e476b0d56f6f99ea16ab482d5b0d99b78775200 Mon Sep 17 00:00:00 2001 From: del-zhenwu Date: Thu, 25 Jan 2024 20:02:16 +0800 Subject: [PATCH] Update README_zh-CN.md --- README_zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh-CN.md b/README_zh-CN.md index 5eae997..0eb6942 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -181,7 +181,7 @@ print(response) ```bash pip install streamlit==1.24.0 -pip install transformers==4.30.2 +pip install transformers>=4.34 streamlit run ./chat/web_demo.py ```