mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-11 18:42:59 +08:00
7 lines
107 B
Batchfile
7 lines
107 B
Batchfile
CHCP 65001
|
|
@echo off
|
|
cd ../
|
|
echo 尝试启动程序
|
|
runtime\python.exe ./Inference/src/TTS_Webui.py
|
|
|
|
pause |