Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
gtts
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
7 |
|
8 |
-
pip install -r requirements.txt
|
|
|
1 |
+
transformers>=4.44.2
|
2 |
+
datasets>=3.1.0
|
3 |
+
gtts>=2.5.3
|
4 |
+
torch>=2.5.0
|
5 |
+
pyttsx3>=2.98
|
6 |
+
huggingface_hub>=0.24.7
|
7 |
+
streamlit>=1.40.0
|
8 |
|
|