Update README_zh-CN.md

pull/658/head
del-zhenwu 2024-01-25 20:02:16 +08:00 committed by GitHub
parent d11418fb70
commit 9e476b0d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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