prithivMLmods commited on
Commit
3ed9f62
·
verified ·
1 Parent(s): 8b622a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def qwen_caption(image):
44
  "role": "user",
45
  "content": [
46
  {"type": "image", "image": image},
47
- {"type": "text", "text": "Generate a detailed and optimized caption for the given image in the form of JSON data.{}"},
48
  ],
49
  }
50
  ]
 
44
  "role": "user",
45
  "content": [
46
  {"type": "image", "image": image},
47
+ {"type": "text", "text": "Generate a detailed and optimized caption for the given image."},
48
  ],
49
  }
50
  ]