Whisper-WebUI / start-webui.bat
jhj0517
Fix the bug that CLI argument was not affecting
e735c1c
raw
history blame
No virus
87 Bytes
@echo off
call venv\scripts\activate
python app.py %*
echo "launching the app"
pause