From 6a9fe08b7b14fdbed854a322a25a6c93a11a16c8 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 7 Apr 2024 21:28:39 +0800 Subject: [PATCH] update the startup script --- webui.bat | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/webui.bat b/webui.bat index a927cb3..3d51aa1 100644 --- a/webui.bat +++ b/webui.bat @@ -1,13 +1,4 @@ -@echo off set CURRENT_DIR=%CD% -echo ***** Current directory: %CURRENT_DIR% ***** -set PYTHONPATH=%CURRENT_DIR%;%PYTHONPATH% - -rem If you could not download the model from the official site, you can use the mirror site. -rem Just remove the comment of the following line (remove rem). -rem 如果你无法从官方网站下载模型,你可以使用镜像网站。 -rem 只需要移除下面一行的注释即可(移除 rem)。 - +set PYTHONPATH=%CURRENT_DIR% rem set HF_ENDPOINT=https://hf-mirror.com - streamlit run .\webui\Main.py \ No newline at end of file