Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
|
|
1 |
streamlit>=1.20
|
2 |
-
|
3 |
-
accelerate>=0.18.0
|
4 |
-
torch>=2.0.0
|
5 |
-
huggingface_hub>=0.17.0
|
6 |
-
pillow>=9.0.0
|
7 |
gTTS>=2.3.1
|
|
|
|
|
|
|
|
1 |
+
requirements.txt
|
2 |
streamlit>=1.20
|
3 |
+
pillow>=9.0
|
|
|
|
|
|
|
|
|
4 |
gTTS>=2.3.1
|
5 |
+
transformers>=4.30
|
6 |
+
huggingface_hub>=0.17
|
7 |
+
sentencepiece>=0.1.97
|