mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
7 lines
247 B
Batchfile
7 lines
247 B
Batchfile
CHCP 65001
|
||
@echo off
|
||
cd ../
|
||
echo 尝试启动程序,请耐心等待gradio启动,等待十几秒,若未自动弹出浏览器,请手动打开浏览器输入http://127.0.0.1:9868
|
||
runtime\python.exe ./Inference/src/Character_Manager.py
|
||
|
||
pause |