Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
nltk==3.
|
2 |
-
|
3 |
-
|
4 |
-
googletrans==4.0.
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
nltk==3.7
|
2 |
+
spacy==3.3.1
|
3 |
+
transformers==4.24.0
|
4 |
+
googletrans==4.0.0rc1
|
5 |
+
pandas==1.3.5
|
6 |
+
scikit-learn==1.0.2
|
7 |
+
SpeechRecognition==3.9.0
|