From 892831592323ee3d19feabf72d272965c974d655 Mon Sep 17 00:00:00 2001 From: Noorox10 Date: Wed, 26 Aug 2026 10:34:00 -0600 Subject: [PATCH] Update run.bat --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.