Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.45.0
|
2 |
+
torch==2.0.1
|
3 |
+
torch_geometric==2.4.0
|
4 |
+
sentence_transformers==2.2.2
|
5 |
+
pandas==2.1.1
|
6 |
+
numpy==1.25.2
|
7 |
+
scikit-learn==1.3.1
|