GPT-SoVITS/0-bat-files/10 Model Management(Optional).bat
2024-03-17 23:15:37 +08:00

8 lines
280 B
Batchfile

CHCP 65001
@echo off
cd ../
echo Try to start the program, please wait patiently for gradio to start
echo if the browser does not pop up automatically, please manually open the browser and enter http://127.0.0.1:9868
runtime\python.exe ./Inference/src/Character_Manager.py
pause