Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
streamlit>=1.22
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
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
|