Spaces:
Running
on
Zero
Running
on
Zero
Update caption_models.py
Browse files- caption_models.py +1 -1
caption_models.py
CHANGED
|
@@ -65,7 +65,7 @@ def qwen_caption(image):
|
|
| 65 |
"type": "image",
|
| 66 |
"image": image_path,
|
| 67 |
},
|
| 68 |
-
{"type": "text", "text": "Describe this image in great detail."},
|
| 69 |
],
|
| 70 |
}
|
| 71 |
]
|
|
|
|
| 65 |
"type": "image",
|
| 66 |
"image": image_path,
|
| 67 |
},
|
| 68 |
+
{"type": "text", "text": "Describe this image in great detail in one paragraph."},
|
| 69 |
],
|
| 70 |
}
|
| 71 |
]
|