Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
sentence-transformers>=2.2.2
|
3 |
+
scikit-learn>=1.0.2
|
4 |
+
numpy>=1.23.0
|
5 |
+
regex>=2022.10.31
|
6 |
+
requests>=2.28.1
|
7 |
+
torch>=1.13.1
|
8 |
+
unicodedata2; python_version < "3.8"
|
9 |
+
huggingface-hub>=0.16.0
|