diff --git a/run.bat b/run.bat index 15de112..07b3d51 100644 --- a/run.bat +++ b/run.bat @@ -12,7 +12,7 @@ if not exist ".venv\Scripts\python.exe" ( python -m pip install --upgrade pip wheel setuptools echo [voci] installing GPU build of PyTorch (CUDA 12.4)... echo [voci] no NVIDIA GPU? edit this file and remove the --index-url line below to install the CPU build instead. - pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 + pip install torch torchvision torchaudio echo [voci] installing Coqui TTS, Flask, and the desktop/tray UI... pip install coqui-tts flask pywebview pystray pillow imageio-ffmpeg echo.