Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ from transformers import (
|
|
19 |
AutoTokenizer,
|
20 |
TextIteratorStreamer,
|
21 |
Qwen2VLForConditionalGeneration,
|
|
|
22 |
AutoProcessor,
|
23 |
)
|
24 |
from transformers.image_utils import load_image
|
|
|
19 |
AutoTokenizer,
|
20 |
TextIteratorStreamer,
|
21 |
Qwen2VLForConditionalGeneration,
|
22 |
+
Qwen2_5_VLForConditionalGeneration,
|
23 |
AutoProcessor,
|
24 |
)
|
25 |
from transformers.image_utils import load_image
|