prithivMLmods commited on
Commit
63ffc78
·
verified ·
1 Parent(s): fd79455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -435,7 +435,7 @@ with gr.Blocks() as demo:
435
  gr.Examples(examples=image_examples, inputs=image_input)
436
 
437
  with gr.Column(scale=2):
438
- output_text = gr.Textbox(label="Recognized Text / Markdown", lines=15, show_copy_button=True)
439
  output_image = gr.Image(label="Visual Grounding Result (DeepSeek Only)", type="pil")
440
 
441
  def update_visibility(model):
 
435
  gr.Examples(examples=image_examples, inputs=image_input)
436
 
437
  with gr.Column(scale=2):
438
+ output_text = gr.Textbox(label="Recognized Text / Markdown", lines=15, interactive=True)
439
  output_image = gr.Image(label="Visual Grounding Result (DeepSeek Only)", type="pil")
440
 
441
  def update_visibility(model):