GPT-SoVITS/0 一键启动脚本/10 启动模型管理界面(可选).bat
2024-03-13 00:10:30 +08:00

8 lines
192 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

CHCP 65001
@echo off
cd ../
echo 尝试启动程序请耐心等待gradio启动等待十几秒
start http://127.0.0.1:9868
runtime\python.exe ./Inference/src/Character_Manager.py
pause