vikhyatk commited on
Commit
f37c69f
·
verified ·
1 Parent(s): 8d0b547

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(title="moondream vl (new)", css=css, js=js) as demo:
129
 
130
  with gr.Column():
131
  output = gr.Markdown(label="Response", elem_classes=["output-text"], line_breaks=True)
132
- ann = gr.Image(visible=False, watermark="Click on the image on the right, not here")
133
 
134
 
135
  demo.queue().launch()
 
129
 
130
  with gr.Column():
131
  output = gr.Markdown(label="Response", elem_classes=["output-text"], line_breaks=True)
132
+ ann = gr.Image(visible=False)
133
 
134
 
135
  demo.queue().launch()