vechism commited on
Commit
4e95e45
·
verified ·
1 Parent(s): 3acb222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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()