Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
pandas
|
4 |
-
plotly
|
5 |
-
scikit_learn
|
6 |
-
spacy
|
7 |
-
transformers
|
8 |
-
tensorflow
|
9 |
-
|
10 |
-
umap_learn==0.5.3
|
|
|
1 |
+
gradio
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
plotly
|
5 |
+
scikit_learn
|
6 |
+
spacy
|
7 |
+
transformers
|
8 |
+
tensorflow
|
9 |
+
umap_learn
|
|