Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
gradio
|
2 |
git+https://github.com/m-bain/whisperx.git
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
-
--
|
5 |
-
torch
|
6 |
-
torchvision
|
7 |
-
torchaudio
|
8 |
-
pytorch-cuda
|
|
|
1 |
gradio
|
2 |
git+https://github.com/m-bain/whisperx.git
|
3 |
git+https://github.com/openai/whisper.git
|
4 |
+
torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
|
|
|
|
|
|
|