GPT-SoVITS/0 一键启动脚本/4 启动前端合成程序(可选,依赖后端).bat
2024-03-13 00:10:30 +08:00

8 lines
184 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

CHCP 65001
@echo off
cd ../
echo 尝试启动程序请耐心等待gradio启动等待十几秒
start http://127.0.0.1:9867
runtime\python.exe ./Inference/src/TTS_Webui.py
pause