Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
|
|
3 |
pillow
|
4 |
git+https://github.com/huggingface/transformers
|
5 |
git+https://github.com/m-bain/whisperx.git
|
|
|
1 |
+
torch==2.3.1
|
2 |
+
torchvision==0.18.1
|
3 |
+
numpy==1.26.4
|
4 |
pillow
|
5 |
git+https://github.com/huggingface/transformers
|
6 |
git+https://github.com/m-bain/whisperx.git
|