Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -3,12 +3,15 @@ spaces
|
|
3 |
gradio
|
4 |
requests
|
5 |
huggingface_hub
|
6 |
-
|
|
|
|
|
|
|
7 |
torch
|
|
|
8 |
torchvision
|
9 |
qwen_vl_utils
|
10 |
pillow
|
11 |
PyMuPDF
|
12 |
accelerate
|
13 |
-
opencv-python
|
14 |
-
flash-attn==2.8.2
|
|
|
3 |
gradio
|
4 |
requests
|
5 |
huggingface_hub
|
6 |
+
transformer
|
7 |
+
loguru
|
8 |
+
gradio_pdf
|
9 |
+
timm
|
10 |
torch
|
11 |
+
flash-attn==2.8.2
|
12 |
torchvision
|
13 |
qwen_vl_utils
|
14 |
pillow
|
15 |
PyMuPDF
|
16 |
accelerate
|
17 |
+
opencv-python
|
|