Update requirements.txt
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,4 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
langdetect
|
| 6 |
-
spacy
|
| 7 |
-
gradio
|
| 8 |
-
huggingface_hub
|
| 9 |
-
SpeechRecognition
|
| 10 |
-
Flask
|
| 11 |
-
gTTS
|
|
|
|
| 1 |
+
streamlit==1.24.0
|
| 2 |
+
speechrecognition==3.9.0
|
| 3 |
+
gTTS==2.3.0
|
| 4 |
+
langdetect==1.0.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|