mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-11 18:42:59 +08:00
8 lines
139 B
Batchfile
8 lines
139 B
Batchfile
CHCP 65001
|
|
@echo off
|
|
cd ../
|
|
echo 尝试启动原版的训练推理界面
|
|
start http://127.0.0.1:9874
|
|
runtime\python.exe ./webui.py
|
|
|
|
pause |