gokaygokay commited on
Commit
96dc941
1 Parent(s): b9954e9

Update caption_models.py

Browse files
Files changed (1) hide show
  1. 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
  ]