Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +12 -16
requirements.txt
CHANGED
@@ -1,18 +1,14 @@
|
|
1 |
-
accelerate==1.3.0
|
2 |
gradio==4.44.0
|
3 |
-
|
4 |
-
numpy==1.26.4
|
5 |
-
pandas==2.2.3
|
6 |
pylate==1.2.0
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
unstructured-client==0.27.0
|
|
|
|
|
1 |
gradio==4.44.0
|
2 |
+
spaces
|
|
|
|
|
3 |
pylate==1.2.0
|
4 |
+
transformers==4.48.2
|
5 |
+
sentence-transformers
|
6 |
+
PyPDF2
|
7 |
+
python-docx
|
8 |
+
unstructured
|
9 |
+
pymupdf
|
10 |
+
sqlite-utils
|
11 |
+
pandas
|
12 |
+
numpy
|
13 |
+
huggingface_hub
|
14 |
+
accelerate
|
|