Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -14,6 +14,7 @@ pytube==15.0.0
|
|
14 |
ffmpeg==1.4
|
15 |
coqui-tts==0.24.1
|
16 |
ipykernel==6.15.2
|
17 |
-
|
18 |
-
|
|
|
19 |
whisperx @ git+https://github.com/m-bain/[email protected]
|
|
|
14 |
ffmpeg==1.4
|
15 |
coqui-tts==0.24.1
|
16 |
ipykernel==6.15.2
|
17 |
+
--index-url https://download.pytorch.org/whl/cu121
|
18 |
+
torch==2.1.2+cu121
|
19 |
+
torchaudio==2.1.2+cu121
|
20 |
whisperx @ git+https://github.com/m-bain/[email protected]
|