A-Mahla HF Staff commited on
Commit
ba82d5c
·
verified ·
1 Parent(s): 0b1561b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=20)
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