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