Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|