GhozlaneHadri commited on
Commit
ed1d65c
·
verified ·
1 Parent(s): d18a03f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -63,5 +63,7 @@ agent = CodeAgent(
63
  prompt_templates=prompt_templates # Pass system prompt to CodeAgent
64
  )
65
 
 
 
66
 
67
  GradioUI(agent).launch()
 
63
  prompt_templates=prompt_templates # Pass system prompt to CodeAgent
64
  )
65
 
66
+ result = image_generation_tool("Generate a high-quality, photorealistic image of a cat sleeping on a windowsill")
67
+ print(result)
68
 
69
  GradioUI(agent).launch()