Skip to content

Commit 6a9fe08

Browse files
author
harry
committed
update the startup script
1 parent b8103e9 commit 6a9fe08

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

webui.bat

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
@echo off
21
set CURRENT_DIR=%CD%
3-
echo ***** Current directory: %CURRENT_DIR% *****
4-
set PYTHONPATH=%CURRENT_DIR%;%PYTHONPATH%
5-
6-
rem If you could not download the model from the official site, you can use the mirror site.
7-
rem Just remove the comment of the following line (remove rem).
8-
rem 如果你无法从官方网站下载模型,你可以使用镜像网站。
9-
rem 只需要移除下面一行的注释即可(移除 rem)。
10-
2+
set PYTHONPATH=%CURRENT_DIR%
113
rem set HF_ENDPOINT=https://hf-mirror.com
12-
134
streamlit run .\webui\Main.py

0 commit comments

Comments
 (0)