Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -18
requirements.txt
CHANGED
|
@@ -1,18 +1,7 @@
|
|
| 1 |
-
torch
|
| 2 |
-
transformers
|
| 3 |
-
gradio
|
| 4 |
-
matplotlib
|
| 5 |
-
numpy
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
scipy>=1.7,<2.0.0
|
| 9 |
-
scikit-learn>=1.0.0,<1.4.0
|
| 10 |
-
networkx>=2.6.0
|
| 11 |
-
pillow>=8.0.0,<11.0.0
|
| 12 |
-
nltk>=3.8
|
| 13 |
-
pandas>=1.3.0,<3.0.0
|
| 14 |
-
langdetect>=1.0.9
|
| 15 |
-
python-dateutil>=2.8.0
|
| 16 |
-
accelerate>=0.20.0
|
| 17 |
-
psutil>=5.8.0
|
| 18 |
-
lime
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers
|
| 3 |
+
gradio
|
| 4 |
+
matplotlib
|
| 5 |
+
numpy
|
| 6 |
+
wordcloud
|
| 7 |
+
pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|