prithivMLmods commited on
Commit
c887ef1
·
verified ·
1 Parent(s): 2da79de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "Caption the image"},
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
  ]