modified: api_v2.py

This commit is contained in:
ChasonJiang 2024-04-04 02:02:02 +08:00
parent 38e2bb1d3e
commit 488278bbe3

View File

@ -1,7 +1,7 @@
""" """
# api.py usage # api.py usage
` python api.py -a 127.0.0.1 -p 9880 -c GPT_SoVITS/configs/tts_infer.yaml ` ` python api_v2.py -a 127.0.0.1 -p 9880 -c GPT_SoVITS/configs/tts_infer.yaml `
## 执行参数: ## 执行参数:
`-a` - `绑定地址, 默认"127.0.0.1"` `-a` - `绑定地址, 默认"127.0.0.1"`