Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.0.20
|
| 2 |
+
bokeh==2.4.2
|
| 3 |
+
umap-learn==0.5.2
|
| 4 |
+
scikit-learn==1.0.2
|
| 5 |
+
numpy==1.22.3
|
| 6 |
+
pandas==1.4.2
|
| 7 |
+
PyMuPDF==1.19.6
|
| 8 |
+
sentence-transformers==2.2.0
|