Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Miquel Farré
commited on
Commit
·
418052c
1
Parent(s):
c290381
shorter examples
Browse files
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
|
448 |
-
"
|
449 |
-
"
|
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,
|