Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
torch>=
|
3 |
-
torchaudio>=
|
4 |
-
transformers>=4.
|
5 |
-
|
6 |
-
librosa>=0.10.0
|
7 |
soundfile>=0.12.0
|
8 |
-
jiwer>=
|
9 |
-
numpy>=1.
|
10 |
indic-transliteration>=2.3.0
|
11 |
-
accelerate>=0.
|
12 |
-
datasets>=2.
|
13 |
-
huggingface-hub>=0.
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
torch>=1.13.0
|
3 |
+
torchaudio>=0.13.0
|
4 |
+
transformers>=4.30.0
|
5 |
+
librosa>=0.9.0
|
|
|
6 |
soundfile>=0.12.0
|
7 |
+
jiwer>=2.6.0
|
8 |
+
numpy>=1.21.0
|
9 |
indic-transliteration>=2.3.0
|
10 |
+
accelerate>=0.20.0
|
11 |
+
datasets>=2.10.0
|
12 |
+
huggingface-hub>=0.15.0
|
13 |
+
pandas>=1.4,<2.0
|