Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jhj0517
/
Whisper-WebUI
like
41
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
Whisper-WebUI
/
start-webui.bat
jhj0517
Fix the bug that CLI argument was not affecting
e735c1c
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
87 Bytes
@
echo
off
call
venv\scripts\activate
python app.py %*
echo
"launching the app"
pause