Whisper-WebUI / start-webui.bat
soiz1's picture
Upload 109 files
9aaf513 verified
raw
history blame contribute delete
94 Bytes
@echo off
call venv\scripts\activate
python app.py %*
echo "launching the app"
pause