Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -2,5 +2,8 @@
|
|
2 |
streamlit>=1.32.0
|
3 |
groq>=0.3.0
|
4 |
textblob>=0.17.1
|
|
|
|
|
|
|
5 |
reportlab>=4.0.0
|
6 |
python-dotenv>=0.19.0
|
|
|
2 |
streamlit>=1.32.0
|
3 |
groq>=0.3.0
|
4 |
textblob>=0.17.1
|
5 |
+
transformers>=4.30.0
|
6 |
+
torch>=2.0.0
|
7 |
+
scikit-learn>=1.0.0
|
8 |
reportlab>=4.0.0
|
9 |
python-dotenv>=0.19.0
|