Files
whisper_voice/run.bat
2026-01-24 17:03:52 +02:00

6 lines
137 B
Batchfile

@echo off
echo [LAUNCHER] Starting Fake Blur UI (Python/Qt)...
call venv\Scripts\activate.bat
python main.py
if %errorlevel% neq 0 pause