Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.32
|
2 |
+
transformers>=4.40
|
3 |
+
torch>=2.2
|
4 |
+
gtts>=2.4
|
5 |
+
SpeechRecognition>=3.10
|
6 |
+
pydub>=0.25
|
7 |
+
python-dotenv>=1.0
|
8 |
+
streamlit-audio-recorder
|
9 |
+
huggingface_hub
|