Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LAP-DEV
/
Demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d95e1ca
Demo
/
start-webui.bat
LAP-DEV
Upload 63 files
710db5f
verified
4 months ago
raw
Copy download link
history
blame
Safe
87 Bytes
@
echo
off
call
venv\scripts\activate
python app.py %*
echo
"launching the app"
pause