mayf commited on
Commit
1fca63f
·
verified ·
1 Parent(s): b516f2f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- streamlit>=1.22.0
2
- Pillow
3
- gTTS
4
- huggingface_hub>=0.14.1
5
- transformers
6
- PyTorch
 
 
1
+ streamlit>=1.22
2
+ pillow
3
+ requests
4
+ transformers[sentencepiece]>=4.30
5
+ huggingface_hub>=0.17
6
+ torch # CPU-only; or torch-cuda if you have GPU
7
+ gTTS