Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +16 -13
requirements.txt
CHANGED
@@ -1,17 +1,20 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
torchvision
|
5 |
-
transformers==4.47.0
|
6 |
docling-core
|
7 |
-
|
8 |
huggingface_hub
|
9 |
-
|
10 |
-
|
|
|
11 |
pillow
|
12 |
-
|
13 |
-
|
14 |
-
av
|
15 |
-
albumentations==1.4.0
|
16 |
requests==2.32.3
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate
|
2 |
+
albumentations==1.4.0
|
3 |
+
av
|
|
|
|
|
4 |
docling-core
|
5 |
+
gradio
|
6 |
huggingface_hub
|
7 |
+
loguru==0.7.3
|
8 |
+
opencv-python==4.11.0.86
|
9 |
+
opencv-python-headless==4.5.5.64
|
10 |
pillow
|
11 |
+
pymupdf==1.25.5
|
12 |
+
qwen-vl-utils
|
|
|
|
|
13 |
requests==2.32.3
|
14 |
+
spaces
|
15 |
+
timm==0.5.4
|
16 |
+
torch
|
17 |
+
torch==2.1.0
|
18 |
+
torchvision
|
19 |
+
transformers==4.47.0
|
20 |
+
transformers-stream-generator
|