Files
whisper-webui/start-webui.bat
2024-08-04 18:45:12 +09:00

8 lines
87 B
Batchfile

@echo off
call venv\scripts\activate
python app.py %*
echo "launching the app"
pause