GPT-SoVITS/0-bat-files/5 run Backend.bat
2024-03-17 23:15:37 +08:00

9 lines
269 B
Batchfile

CHCP 65001
@echo off
cd ../
echo Try to start the program, please wait patiently for the backend to start, wait for more than ten seconds
echo if there is no new content, it means that the backend is not normal
runtime\python.exe ./Inference/src/tts_backend.py
pause