Bobber Cheng commited on
Commit
54d6c66
1 Parent(s): 4d29a3f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks() as demo:
137
  max_lines=1,
138
  placeholder="Enter your VLM prompt",
139
  container=False,
140
- value="A descriptive caption for this image:",
141
  )
142
 
143
  run_button.click(fn=stream_chat, inputs=[input_image, vlm_prompt], outputs=[output_caption])
 
137
  max_lines=1,
138
  placeholder="Enter your VLM prompt",
139
  container=False,
140
+ value="A descriptive caption for this image",
141
  )
142
 
143
  run_button.click(fn=stream_chat, inputs=[input_image, vlm_prompt], outputs=[output_caption])