Whisper-WebUI / start-webui.sh
soiz1's picture
Upload 109 files
9aaf513 verified
raw
history blame contribute delete
89 Bytes
#!/bin/bash
source venv/bin/activate
python app.py "$@"
echo "launching the app"