Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
datasea
/
Whisper-WebUI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Whisper-WebUI
/
start-webui.bat
root
Clean init push
08ce36d
9 months 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