Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -12
requirements.txt
CHANGED
@@ -1,15 +1,10 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
3 |
scikit-learn
|
4 |
-
|
5 |
seaborn
|
6 |
-
|
7 |
-
textblob
|
8 |
wordcloud
|
9 |
-
|
10 |
-
torch
|
11 |
-
Pillow
|
12 |
-
gradio==3.50.0
|
13 |
-
transformers==4.x.x
|
14 |
-
pandas==1.5.x
|
15 |
-
nltk==3.x.x
|
|
|
1 |
+
transformers>=4.0.0
|
2 |
+
torch
|
3 |
+
gradio
|
4 |
+
nltk
|
5 |
scikit-learn
|
6 |
+
pandas
|
7 |
seaborn
|
8 |
+
matplotlib
|
|
|
9 |
wordcloud
|
10 |
+
textblob
|
|
|
|
|
|
|
|
|
|
|
|