Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,4 +64,8 @@ agent = CodeAgent(
|
|
64 |
)
|
65 |
|
66 |
|
67 |
-
GradioUI(agent).launch()
|
|
|
|
|
|
|
|
|
|
64 |
)
|
65 |
|
66 |
|
67 |
+
# GradioUI(agent).launch()
|
68 |
+
agent_output = agent.run("Please search for the description of Liu Kang from Xidian University, and draw his portrait based on these descriptions.")
|
69 |
+
|
70 |
+
print("Final output:")
|
71 |
+
print(agent_output)
|