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

7 lines
247 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启动等待十几秒若未自动弹出浏览器请手动打开浏览器输入http://127.0.0.1:9868
runtime\python.exe ./Inference/src/Character_Manager.py
pause