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

shorter examples

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -446,7 +446,6 @@ with gr.Blocks(css=custom_css, js=custom_js) as demo:
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,
 
446
  examples=[
447
  "Check the commuting time between Bern and Zurich",
448
  "Write 'Hello World' in a text editor",
 
449
  "Search a flight Paris - Berlin for tomorrow"
450
  ],
451
  inputs = task_input,