Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def qwen_caption(image):
|
|
48 |
"role": "user",
|
49 |
"content": [
|
50 |
{"type": "image", "image": image},
|
51 |
-
{"type": "text", "text": "
|
52 |
],
|
53 |
}
|
54 |
]
|
|
|
48 |
"role": "user",
|
49 |
"content": [
|
50 |
{"type": "image", "image": image},
|
51 |
+
{"type": "text", "text": "Generate a detailed and optimized caption for the given image in the form of JSON data {}"},
|
52 |
],
|
53 |
}
|
54 |
]
|