Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
|
4 |
-
deap==1.3.3
|
5 |
-
transformers==4.24.0
|
6 |
-
torch==1.12.1
|
7 |
-
gradio==3.1.4
|
8 |
-
httpx==0.23.0
|
9 |
-
httpcore==0.15.0
|
10 |
torch
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
torch
|
5 |
+
scikit-learn
|
6 |
+
transformers
|
7 |
+
deap
|
8 |
+
nltk
|
9 |
+
textblob
|
10 |
+
spacy
|
11 |
+
matplotlib
|
12 |
+
seaborn
|