Nit
Browse files
app.py
CHANGED
|
@@ -591,7 +591,7 @@ _Please note that we store the task logs by default so **do not write any person
|
|
| 591 |
gr.Examples(
|
| 592 |
examples=[
|
| 593 |
"Use Google Maps to find the Hugging Face HQ in Paris",
|
| 594 |
-
"Go to Wikipedia and find what
|
| 595 |
"Find out the travel time by train from Bern to Basel on Google Maps",
|
| 596 |
"Go to Hugging Face Spaces and then find the Space flux.1 schnell. Use the space to generate an image with the prompt 'a field of gpus'",
|
| 597 |
],
|
|
@@ -749,7 +749,7 @@ _Please note that we store the task logs by default so **do not write any person
|
|
| 749 |
).then(
|
| 750 |
fn=initialize_session,
|
| 751 |
js="() => localStorage.getItem('gradio-session-uuid') || (() => { const id = self.crypto.randomUUID(); localStorage.setItem('gradio-session-uuid', id); return id })()",
|
| 752 |
-
inputs=[is_interactive
|
| 753 |
outputs=[sandbox_html, session_uuid_state],
|
| 754 |
)
|
| 755 |
|
|
|
|
| 591 |
gr.Examples(
|
| 592 |
examples=[
|
| 593 |
"Use Google Maps to find the Hugging Face HQ in Paris",
|
| 594 |
+
"Go to Wikipedia and find what happened on April 4th",
|
| 595 |
"Find out the travel time by train from Bern to Basel on Google Maps",
|
| 596 |
"Go to Hugging Face Spaces and then find the Space flux.1 schnell. Use the space to generate an image with the prompt 'a field of gpus'",
|
| 597 |
],
|
|
|
|
| 749 |
).then(
|
| 750 |
fn=initialize_session,
|
| 751 |
js="() => localStorage.getItem('gradio-session-uuid') || (() => { const id = self.crypto.randomUUID(); localStorage.setItem('gradio-session-uuid', id); return id })()",
|
| 752 |
+
inputs=[is_interactive],
|
| 753 |
outputs=[sandbox_html, session_uuid_state],
|
| 754 |
)
|
| 755 |
|