Whisper-WebUI / start-webui.sh
jhj0517
remove redundant part
87239be
raw
history blame
78 Bytes
#!/bin/bash
source venv/bin/activate
python app.py
echo "launching the app"