Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -3,7 +3,9 @@ git+https://github.com/huggingface/transformers
|
|
3 |
librosa
|
4 |
jiwer
|
5 |
datasets
|
6 |
-
torch
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
3 |
librosa
|
4 |
jiwer
|
5 |
datasets
|
6 |
+
torch==1.12.1
|
7 |
+
torchvision==0.13.1
|
8 |
+
spacy==3.4.1
|
9 |
+
spacy-transformers
|
10 |
+
git+https://github.com/openai/whisper.git
|
11 |
+
youtube-dl
|