Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,8 +57,7 @@ agent = CodeAgent(
|
|
| 57 |
verbosity_level= 1 ,
|
| 58 |
planning_interval = None ,
|
| 59 |
name= None ,
|
| 60 |
-
description= None
|
| 61 |
-
prompt_templates=prompt_templates
|
| 62 |
)
|
| 63 |
|
| 64 |
GradioUI(agent).launch()
|
|
|
|
| 57 |
verbosity_level= 1 ,
|
| 58 |
planning_interval = None ,
|
| 59 |
name= None ,
|
| 60 |
+
description= None
|
|
|
|
| 61 |
)
|
| 62 |
|
| 63 |
GradioUI(agent).launch()
|