Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
gradio
|
2 |
-
google-cloud-speech
|
3 |
-
google-cloud-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
1 |
+
gradio==3.24.0
|
2 |
+
google-cloud-speech==2.20.1
|
3 |
+
google-cloud-texttospeech==2.17.0
|
4 |
+
langdetect==1.0.9
|
5 |
+
transformers==4.34.0
|
6 |
+
indic-nlp-library==0.81
|
7 |
+
sentencepiece==0.1.99
|
8 |
+
torch==2.0.1
|
9 |
+
numpy==1.24.2
|
10 |
+
scipy==1.10.1
|