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