vechism commited on
Commit
674565f
·
verified ·
1 Parent(s): 4e95e45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,8 +66,8 @@ agent = CodeAgent(
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()
 
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()