Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Refine tasks
Browse files
app.py
CHANGED
@@ -581,10 +581,10 @@ with gr.Blocks(theme=theme, css=custom_css, js=custom_js) as demo:
|
|
581 |
examples=[
|
582 |
"Check the commuting time between Bern and Zurich on Google maps",
|
583 |
"Write 'Hello World' in a text editor",
|
584 |
-
"Search a flight
|
585 |
-
"
|
586 |
-
"
|
587 |
-
"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"
|
588 |
],
|
589 |
inputs = task_input,
|
590 |
label= "Example Tasks",
|
|
|
581 |
examples=[
|
582 |
"Check the commuting time between Bern and Zurich on Google maps",
|
583 |
"Write 'Hello World' in a text editor",
|
584 |
+
"Search a flight Rome - Berlin for tomorrow",
|
585 |
+
"What' s the name of the pond just south of Château de Fontainebleau in Google maps?",
|
586 |
+
"Go generate a picture of the Golden Gate bridge on a FLUX1.dev space",
|
587 |
+
"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",
|
588 |
],
|
589 |
inputs = task_input,
|
590 |
label= "Example Tasks",
|