update readme

This commit is contained in:
lipku 2024-02-25 19:10:12 +08:00
parent 28d7146fc3
commit 1514b263bb
1 changed files with 2 additions and 2 deletions

View File

@ -60,12 +60,12 @@ nginx
用浏览器打开http://serverip/chat.html
### 2.5 使用本地tts服务
### 2.5 使用本地tts服务,支持声音克隆
运行xtts服务参照 https://github.com/coqui-ai/xtts-streaming-server
```
docker run --gpus=all -e COQUI_TOS_AGREED=1 --rm -p 9000:80 ghcr.io/coqui-ai/xtts-streaming-server:latest
```
然后运行
然后运行其中ref.wav为需要克隆的声音文件
```
python app.py --tts xtts --ref_file data/ref.wav
```