Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -257,7 +257,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 257 |
input_image_component = gr.Image(label="Input UI Image", height=400)
|
| 258 |
task_component = gr.Textbox(
|
| 259 |
label="task",
|
| 260 |
-
placeholder="e.g.,
|
| 261 |
info="Type the task you want the model to complete.",
|
| 262 |
)
|
| 263 |
submit_button = gr.Button("Navigate", variant="primary")
|
|
|
|
| 257 |
input_image_component = gr.Image(label="Input UI Image", height=400)
|
| 258 |
task_component = gr.Textbox(
|
| 259 |
label="task",
|
| 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("Navigate", variant="primary")
|