Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
gradio==5.
|
2 |
-
torch==2.0
|
3 |
TTS==0.13.3
|
4 |
-
pymongo==4.
|
5 |
-
python-dotenv==0.
|
6 |
-
transformers==4.
|
7 |
-
huggingface_hub==0.
|
|
|
1 |
+
gradio==5.0.2
|
2 |
+
torch==2.1.0
|
3 |
TTS==0.13.3
|
4 |
+
pymongo==4.5.0
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
transformers==4.35.0
|
7 |
+
huggingface_hub==0.26.2
|