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 ```