Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
gradio==4.42.0
|
2 |
-
torch==2.
|
3 |
-
TTS==0.
|
4 |
-
pymongo==4.
|
5 |
-
python-dotenv==1.0.
|
6 |
-
transformers==4.
|
7 |
-
huggingface_hub==0.
|
|
|
1 |
gradio==4.42.0
|
2 |
+
torch==2.2.1
|
3 |
+
TTS==0.22.0
|
4 |
+
pymongo==4.6.2
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
transformers==4.38.2
|
7 |
+
huggingface_hub==0.21.4
|