Update README_CN.md now uses newer verison of tts being pip install coqui-tts

This commit is contained in:
Drew Thomasson
2024-10-17 11:27:25 -07:00
committed by GitHub
parent b06e0228a2
commit e7c4e00a73

View File

@@ -50,7 +50,7 @@
5. **安装 Python packages**:
```bash
pip install tts==0.21.3 pydub nltk beautifulsoup4 ebooklib tqdm
pip install coqui-tts==0.24.2 pydub nltk beautifulsoup4 ebooklib tqdm
python -m nltk.downloader punkt
```