mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
9 lines
269 B
Batchfile
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 |