m-ric HF Staff commited on
Commit
21bb548
·
1 Parent(s): 9c1f010

Adjust task

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -568,7 +568,7 @@ with gr.Blocks(theme=theme, css=custom_css, js=custom_js) as demo:
568
  "Check the commuting time between Bern and Zurich on Google maps",
569
  "Write 'Hello World' in a text editor",
570
  "Search a flight Paris - Berlin for tomorrow",
571
- "Could you head to Fontainebleau (France) in Google Maps, zoom in on the castle, then find, just south of the castle a lake, then in the middle of this lake a polygonal shape: how many sides does it have?",
572
  "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"
573
  ],
574
  inputs = task_input,
 
568
  "Check the commuting time between Bern and Zurich on Google maps",
569
  "Write 'Hello World' in a text editor",
570
  "Search a flight Paris - Berlin for tomorrow",
571
+ "Could you head to Fontainebleau (France) in Google Maps, and get me the name of the pond just south of the castle?",
572
  "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"
573
  ],
574
  inputs = task_input,