aboutsummaryrefslogtreecommitdiff
path: root/webui.bat
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-10 11:10:00 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-09-10 11:10:00 +0300
commit955f644ce14f98ed7dd3bd331e57070112ff68ff (patch)
treea7e339618d95e5fadff004cedd0f3a791e6dc05b /webui.bat
parent695c05fb30dad4ad38ed15184925dbe0f96224a4 (diff)
split settings into three columns
added a different workaround for gradio mask bug with info in UI switched to newer gradio version
Diffstat (limited to 'webui.bat')
-rw-r--r--webui.bat5
1 files changed, 1 insertions, 4 deletions
diff --git a/webui.bat b/webui.bat
index 3ece4dff..1b973448 100644
--- a/webui.bat
+++ b/webui.bat
@@ -89,12 +89,9 @@ goto :show_stdout_stderr
if %ERRORLEVEL% == 0 goto :make_dirs
echo Installing requirements...
%PYTHON% -m pip install -r %REQS_FILE% --prefer-binary >tmp/stdout.txt 2>tmp/stderr.txt
-if %ERRORLEVEL% == 0 goto :update_numpy
+if %ERRORLEVEL% == 0 goto :make_dirs
goto :show_stdout_stderr
-:update_numpy
-%PYTHON% -m pip install -U numpy --prefer-binary >tmp/stdout.txt 2>tmp/stderr.txt
-
:make_dirs
mkdir repositories 2>NUL