Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -264,7 +264,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 264 |
|
| 265 |
with gr.Column():
|
| 266 |
localization_image_component = gr.Image(label="Action Localization", height=400)
|
| 267 |
-
output_coords_component = gr.Textbox(label="Agent Output", lines=
|
| 268 |
|
| 269 |
submit_button.click(navigate, [input_image_component, task_component], [output_coords_component, localization_image_component])
|
| 270 |
|
|
|
|
| 264 |
|
| 265 |
with gr.Column():
|
| 266 |
localization_image_component = gr.Image(label="Action Localization", height=400)
|
| 267 |
+
output_coords_component = gr.Textbox(label="Agent Output", lines=10)
|
| 268 |
|
| 269 |
submit_button.click(navigate, [input_image_component, task_component], [output_coords_component, localization_image_component])
|
| 270 |
|