Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
gradio==4.44.0
|
2 |
torch==2.0.1
|
3 |
-
transformers==4.33.
|
4 |
-
torchaudio==2.0.
|
5 |
gtts==2.3.1
|
|
|
|
|
|
|
|
1 |
gradio==4.44.0
|
2 |
torch==2.0.1
|
3 |
+
transformers==4.33.3
|
4 |
+
torchaudio==2.0.1
|
5 |
gtts==2.3.1
|
6 |
+
numpy<2.0
|
7 |
+
kenlm
|
8 |
+
pyctcdecode
|