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