Whisper-WebUI / start-webui.sh
linuxlurak
Update start-webui.sh
6c9b01c unverified
raw
history blame
83 Bytes
#!/bin/bash
source venv/bin/activate
python app.py "$@"
echo "launching the app"