Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
-
TTS
|
4 |
-
pymongo
|
5 |
-
python-dotenv
|
6 |
-
|
|
|
|
1 |
+
gradio==4.42.0
|
2 |
+
torch==2.0.1
|
3 |
+
TTS==0.10.3
|
4 |
+
pymongo==4.5.0
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
transformers==4.33.0
|
7 |
+
huggingface_hub==0.17.1
|