ai-voice-cloning-mrq/setup-whisperx.bat
2024-01-21 18:21:53 -08:00

12 lines
No EOL
263 B
Batchfile

@echo off
call .\venv\Scripts\activate.bat
:: Install whisperx
python -m pip install git+https://github.com/m-bain/whisperx.git
:: Fix incompatibilites caused from packages in whisperx
python -m pip install -r requirements.txt
echo Installation finished
pause