From 3b3cd6d56c0cee4fb9d9e298ed8d7369bdb813aa Mon Sep 17 00:00:00 2001 From: XTer Date: Wed, 13 Mar 2024 00:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0 一键启动脚本/10 启动模型管理界面(可选).bat | 3 ++- 0 一键启动脚本/4 启动前端合成程序(可选,依赖后端).bat | 3 ++- Inference | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/0 一键启动脚本/10 启动模型管理界面(可选).bat b/0 一键启动脚本/10 启动模型管理界面(可选).bat index 4dc57eba..9f03265d 100644 --- a/0 一键启动脚本/10 启动模型管理界面(可选).bat +++ b/0 一键启动脚本/10 启动模型管理界面(可选).bat @@ -1,7 +1,8 @@ CHCP 65001 @echo off cd ../ -echo 尝试启动程序 +echo 尝试启动程序,请耐心等待gradio启动,等待十几秒 +start http://127.0.0.1:9868 runtime\python.exe ./Inference/src/Character_Manager.py pause \ No newline at end of file diff --git a/0 一键启动脚本/4 启动前端合成程序(可选,依赖后端).bat b/0 一键启动脚本/4 启动前端合成程序(可选,依赖后端).bat index 1b728f79..e7b3f171 100644 --- a/0 一键启动脚本/4 启动前端合成程序(可选,依赖后端).bat +++ b/0 一键启动脚本/4 启动前端合成程序(可选,依赖后端).bat @@ -1,7 +1,8 @@ CHCP 65001 @echo off cd ../ -echo 尝试启动程序 +echo 尝试启动程序,请耐心等待gradio启动,等待十几秒 +start http://127.0.0.1:9867 runtime\python.exe ./Inference/src/TTS_Webui.py pause \ No newline at end of file diff --git a/Inference b/Inference index dcc7af66..cb43c46b 160000 --- a/Inference +++ b/Inference @@ -1 +1 @@ -Subproject commit dcc7af66b007fe4f4d1ef56a98b1f80224cec6cb +Subproject commit cb43c46b54a88d635f1918db15db9ab69d33c2b1