Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ import cv2
|
|
15 |
|
16 |
from transformers import (
|
17 |
Qwen2_5_VLForConditionalGeneration,
|
|
|
18 |
AutoProcessor,
|
19 |
TextIteratorStreamer,
|
20 |
)
|
|
|
15 |
|
16 |
from transformers import (
|
17 |
Qwen2_5_VLForConditionalGeneration,
|
18 |
+
Qwen2VLForConditionalGeneration,
|
19 |
AutoProcessor,
|
20 |
TextIteratorStreamer,
|
21 |
)
|