Files
whisper_voice/run.bat

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