Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -2,5 +2,8 @@ streamlit
|
|
2 |
pandas
|
3 |
nltk
|
4 |
textblob
|
|
|
|
|
5 |
matplotlib
|
|
|
6 |
wordcloud
|
|
|
2 |
pandas
|
3 |
nltk
|
4 |
textblob
|
5 |
+
transformers
|
6 |
+
torch
|
7 |
matplotlib
|
8 |
+
seaborn
|
9 |
wordcloud
|