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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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., Find the latest model by H Company",
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")