Files
whisper-webui/start-webui.sh
linuxlurak 6c9b01ce3c Update start-webui.sh
Pass through of parameters
2024-08-31 12:54:27 +02:00

7 lines
83 B
Bash

#!/bin/bash
source venv/bin/activate
python app.py "$@"
echo "launching the app"