Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#11
by
MaziyarPanahi
- opened
app.py
CHANGED
@@ -42,7 +42,7 @@ def run_example(image, text_input=None, model_id="Qwen/Qwen2-VL-2B-Instruct"):
|
|
42 |
"content": [
|
43 |
{
|
44 |
"type": "image",
|
45 |
-
"image": <|image_1
|
46 |
},
|
47 |
{"type": "text", "text": text_input},
|
48 |
],
|
|
|
42 |
"content": [
|
43 |
{
|
44 |
"type": "image",
|
45 |
+
"image": f"<|image_1|>",
|
46 |
},
|
47 |
{"type": "text", "text": text_input},
|
48 |
],
|