Bey007 commited on
Commit
16b31a9
·
verified ·
1 Parent(s): fd64912

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- streamlit
2
- transformers
3
- gtts
4
- PyTorch
5
- huggingface_hub
6
- youtube-search-python
 
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