mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-10 01:00:00 +08:00
7 lines
115 B
Batchfile
7 lines
115 B
Batchfile
CHCP 65001
|
|
@echo off
|
|
cd ../
|
|
echo 尝试启动程序
|
|
runtime\python.exe ./Inference/src/Character_Manager.py
|
|
|
|
pause |