Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hahahafofo
/
image2text_prompt_generator
like
19
Runtime error
App
Files
Files
Community
f2f92a4
image2text_prompt_generator
/
webui.bat
hahafofo
fix
c68f3c2
over 1 year ago
raw
Copy download link
history
blame
Safe
196 Bytes
@
echo
off
set
PYTHON="venv/scripts/python.exe"
set
GIT=
set
VENV_DIR=venv
:activate_venv
set
PYTHON="
%VENV_DIR%
\Scripts\Python.exe"
echo
venv
%PYTHON%
:launch
%PYTHON%
app.py %*
pause
exit
/b