We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8103e9 commit 6a9fe08Copy full SHA for 6a9fe08
webui.bat
@@ -1,13 +1,4 @@
1
-@echo off
2
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
+set PYTHONPATH=%CURRENT_DIR%
11
rem set HF_ENDPOINT=https://hf-mirror.com
12
13
streamlit run .\webui\Main.py
0 commit comments