nikkmitra commited on
Commit
64c5583
·
verified ·
1 Parent(s): 47fa4ac

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio
2
- torch
3
- TTS
4
- pymongo
5
- python-dotenv
6
- huggingface-hub
 
 
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