mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-10 09:35:38 +08:00
8 lines
136 B
Batchfile
8 lines
136 B
Batchfile
CHCP 65001
|
|
@echo off
|
|
cd ../
|
|
echo 尝试启动程序
|
|
start http://127.0.0.1:9867
|
|
runtime\python.exe ./Inference/src/TTS_Webui.py
|
|
|
|
pause |