Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|
| 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):
|