Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -260,7 +260,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 260 |
placeholder="e.g., Search for the name of the current UK Prime Minister.",
|
| 261 |
info="Type the task you want the model to complete.",
|
| 262 |
)
|
| 263 |
-
submit_button = gr.Button("
|
| 264 |
|
| 265 |
with gr.Column():
|
| 266 |
localization_image_component = gr.Image(label="Action Localization", height=400)
|
|
|
|
| 260 |
placeholder="e.g., Search for the name of the current UK Prime Minister.",
|
| 261 |
info="Type the task you want the model to complete.",
|
| 262 |
)
|
| 263 |
+
submit_button = gr.Button("Call Agent", variant="primary")
|
| 264 |
|
| 265 |
with gr.Column():
|
| 266 |
localization_image_component = gr.Image(label="Action Localization", height=400)
|