MK-runner commited on
Commit
a0cda94
·
verified ·
1 Parent(s): fb8f4b5

Update app.py

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