m-ric HF Staff commited on
Commit
54cd57c
·
1 Parent(s): c271e25

Refine tasks

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -581,10 +581,10 @@ with gr.Blocks(theme=theme, css=custom_css, js=custom_js) as demo:
581
  examples=[
582
  "Check the commuting time between Bern and Zurich on Google maps",
583
  "Write 'Hello World' in a text editor",
584
- "Search a flight Paris - Berlin for tomorrow",
585
- "Search for Château de Fontainebleau in Google Maps",
586
- "What is the picture that appeared on the very first version (2004) of the english Wikipedia page for the Palace of Fontainebleau?",
587
- "Download me a picture of a puppy from Google, then head to Hugging Face, find a Space dedicated to background removal, and use it to remove the puppy picture's background"
588
  ],
589
  inputs = task_input,
590
  label= "Example Tasks",
 
581
  examples=[
582
  "Check the commuting time between Bern and Zurich on Google maps",
583
  "Write 'Hello World' in a text editor",
584
+ "Search a flight Rome - Berlin for tomorrow",
585
+ "What' s the name of the pond just south of Château de Fontainebleau in Google maps?",
586
+ "Go generate a picture of the Golden Gate bridge on a FLUX1.dev space",
587
+ "Download me a picture of a puppy from Google, then head to Hugging Face, find a Space dedicated to background removal, and use it to remove the puppy picture's background",
588
  ],
589
  inputs = task_input,
590
  label= "Example Tasks",