Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -66,8 +66,8 @@ agent = CodeAgent(
|
|
| 66 |
prompt_templates=prompt_templates
|
| 67 |
)
|
| 68 |
agent.run(
|
| 69 |
-
|
| 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()
|
|
|
|
| 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()
|