olpa commited on
Commit
8488454
·
verified ·
1 Parent(s): 03d08cc

Try without "class" at all

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ agent = CodeAgent(
44
  executor_type='local',
45
  executor_kwargs={},
46
  max_print_outputs_length=None,
47
- prompt_templates=prompt_templates,
48
- **kw
49
  )
 
50
  if __name__ == "__main__":
51
  GradioUI(agent).launch()
 
44
  executor_type='local',
45
  executor_kwargs={},
46
  max_print_outputs_length=None,
47
+ prompt_templates=prompt_templates
 
48
  )
49
+
50
  if __name__ == "__main__":
51
  GradioUI(agent).launch()