GPT-SoVITS/0 Bat Files/3 run Single File Gradio App.bat
2024-03-18 00:31:31 +08:00

9 lines
251 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:7860
runtime\python.exe app.py
pause