Remove Hello world text editor example
Browse files
app.py
CHANGED
|
@@ -165,7 +165,7 @@ sandbox_html_template = """
|
|
| 165 |
<style>
|
| 166 |
@import url('https://fonts.googleapis.com/css2?family=Oxanium:[email protected]&display=swap');
|
| 167 |
</style>
|
| 168 |
-
<h1 style="color:var(--color-accent);margin:0;">smolagent's Open Computer Agent -
|
| 169 |
<div class="sandbox-container" style="margin:0;">
|
| 170 |
<div class="status-bar">
|
| 171 |
<div class="status-indicator {status_class}"></div>
|
|
@@ -587,13 +587,11 @@ _Please note that we store the task logs by default so **do not write any person
|
|
| 587 |
|
| 588 |
gr.Examples(
|
| 589 |
examples=[
|
| 590 |
-
"
|
| 591 |
-
"
|
| 592 |
-
"
|
| 593 |
-
"
|
| 594 |
-
"
|
| 595 |
-
"Go on the Hugging Face Hub, find the space for FLUX1.dev, then generate a picture of the Golden Gate bridge",
|
| 596 |
-
"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",
|
| 597 |
],
|
| 598 |
inputs=task_input,
|
| 599 |
label="Example Tasks",
|
|
|
|
| 165 |
<style>
|
| 166 |
@import url('https://fonts.googleapis.com/css2?family=Oxanium:[email protected]&display=swap');
|
| 167 |
</style>
|
| 168 |
+
<h1 style="color:var(--color-accent);margin:0;">smolagent's Open Computer Agent - a sandbox for computer use agents!<h1>
|
| 169 |
<div class="sandbox-container" style="margin:0;">
|
| 170 |
<div class="status-bar">
|
| 171 |
<div class="status-indicator {status_class}"></div>
|
|
|
|
| 587 |
|
| 588 |
gr.Examples(
|
| 589 |
examples=[
|
| 590 |
+
"Find me pictures of cute puppies",
|
| 591 |
+
"Use Google Maps to find the Hugging Face HQ in Paris",
|
| 592 |
+
"Go to Wikipedia and find what happend on April 4th",
|
| 593 |
+
"Find out the travel time by train from Bern to Basel on Google Maps",
|
| 594 |
+
"Go to Hugging Face Spaces and then find the Space flux.1 schnell. Use the space to generate an image of a GPU",
|
|
|
|
|
|
|
| 595 |
],
|
| 596 |
inputs=task_input,
|
| 597 |
label="Example Tasks",
|
eval.py
CHANGED
|
@@ -345,7 +345,6 @@ def main():
|
|
| 345 |
"puppies": "Find me pictures of cute puppies",
|
| 346 |
"gmaps": "Use Google Maps to find the Hugging Face HQ in Paris",
|
| 347 |
"wiki": "Go to Wikipedia and find what happend on April 4th",
|
| 348 |
-
"hello": "Write 'Hello World' in a text editor",
|
| 349 |
"commute": "Find out the travel time by train from Bern to Basel on Google Maps",
|
| 350 |
"hf_space": "Go to Hugging Face Spaces and then find the Space flux.1 schnell. Use the space to generate an image of a GPU",
|
| 351 |
}
|
|
|
|
| 345 |
"puppies": "Find me pictures of cute puppies",
|
| 346 |
"gmaps": "Use Google Maps to find the Hugging Face HQ in Paris",
|
| 347 |
"wiki": "Go to Wikipedia and find what happend on April 4th",
|
|
|
|
| 348 |
"commute": "Find out the travel time by train from Bern to Basel on Google Maps",
|
| 349 |
"hf_space": "Go to Hugging Face Spaces and then find the Space flux.1 schnell. Use the space to generate an image of a GPU",
|
| 350 |
}
|