Miquel Farré commited on
Commit
418052c
·
1 Parent(s): c290381

shorter examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -444,9 +444,9 @@ with gr.Blocks(css=custom_css, js=custom_js) as demo:
444
  # Examples
445
  gr.Examples(
446
  examples=[
447
- "Check the bike commute time between Boll and Bern",
448
- "Open a text editor and write 'Hello World'",
449
- "Check when is the next F1 race",
450
  "Search a flight Paris - Berlin for tomorrow"
451
  ],
452
  inputs = task_input,
 
444
  # Examples
445
  gr.Examples(
446
  examples=[
447
+ "Check the commuting time between Bern and Zurich",
448
+ "Write 'Hello World' in a text editor",
449
+ "Find when is the next F1 race",
450
  "Search a flight Paris - Berlin for tomorrow"
451
  ],
452
  inputs = task_input,