From 7d61532fd46e848b780ea1cd01aa457a1287984d Mon Sep 17 00:00:00 2001 From: XTer Date: Sun, 17 Mar 2024 17:15:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=8A=A0=E4=BA=86=E4=B8=80=E4=B8=AAba?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../6 启动单文件app(独立运行,无需后端) - 副本.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 0 一键启动脚本/6 启动单文件app(独立运行,无需后端) - 副本.bat diff --git a/0 一键启动脚本/6 启动单文件app(独立运行,无需后端) - 副本.bat b/0 一键启动脚本/6 启动单文件app(独立运行,无需后端) - 副本.bat new file mode 100644 index 00000000..372d0b86 --- /dev/null +++ b/0 一键启动脚本/6 启动单文件app(独立运行,无需后端) - 副本.bat @@ -0,0 +1,7 @@ +CHCP 65001 +@echo off +cd ../ +echo 尝试启动程序,请耐心等待gradio启动,等待十几秒,若未自动弹出浏览器,请手动打开浏览器输入http://127.0.0.1:7860 +runtime\python.exe app.py + +pause \ No newline at end of file