Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Miquel Farré
commited on
Commit
·
6da76f0
1
Parent(s):
c51a7f7
changing examples
Browse files
app.py
CHANGED
|
@@ -442,8 +442,8 @@ with gr.Blocks(css=custom_css, js=custom_js) as demo:
|
|
| 442 |
examples=[
|
| 443 |
"Check the bike commute time between Boll and Bern",
|
| 444 |
"Open a text editor and write 'Hello World'",
|
| 445 |
-
"
|
| 446 |
-
"
|
| 447 |
],
|
| 448 |
inputs = task_input,
|
| 449 |
label= "Example Tasks",
|
|
|
|
| 442 |
examples=[
|
| 443 |
"Check the bike commute time between Boll and Bern",
|
| 444 |
"Open a text editor and write 'Hello World'",
|
| 445 |
+
"Check when is the next F1 race",
|
| 446 |
+
"Search a flight Paris - Berlin for tomorrow"
|
| 447 |
],
|
| 448 |
inputs = task_input,
|
| 449 |
label= "Example Tasks",
|