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