新加了一个bat

This commit is contained in:
XTer 2024-03-17 17:15:00 +08:00
parent d4136179c5
commit 7d61532fd4

View File

@ -0,0 +1,7 @@
CHCP 65001
@echo off
cd ../
echo 尝试启动程序请耐心等待gradio启动等待十几秒若未自动弹出浏览器请手动打开浏览器输入http://127.0.0.1:7860
runtime\python.exe app.py
pause