Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
gradio
|
2 |
-
|
3 |
-
sentence-transformers
|
4 |
pandas
|
5 |
matplotlib
|
6 |
scikit-learn
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
numpy
|
|
|
3 |
pandas
|
4 |
matplotlib
|
5 |
scikit-learn
|
6 |
+
sentence-transformers
|
7 |
+
huggingface-hub
|
8 |
+
umap-learn
|
9 |
+
joblib
|