Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,5 +65,9 @@ agent = CodeAgent(
|
|
| 65 |
description=None,
|
| 66 |
prompt_templates=prompt_templates
|
| 67 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
GradioUI(agent).launch()
|
|
|
|
| 65 |
description=None,
|
| 66 |
prompt_templates=prompt_templates
|
| 67 |
)
|
| 68 |
+
agent.run(
|
| 69 |
+
"This mutant unicorn has butterfly wings and is holding a small brightfull orb with its tiny paws, looking at the center
|
| 70 |
+
of the orb with a concentrated gaze. The unicorn is in a clearing in the forest on a moonlit night."
|
| 71 |
+
)
|
| 72 |
|
| 73 |
GradioUI(agent).launch()
|