Bobricha commited on
Commit
b7e6c92
·
verified ·
1 Parent(s): e7754f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -91,3 +91,6 @@ agent = CodeAgent(
91
  description=None,
92
  prompt_templates=prompt_templates
93
  )
 
 
 
 
91
  description=None,
92
  prompt_templates=prompt_templates
93
  )
94
+
95
+
96
+ GradioUI(agent).launch()