Spaces:
Sleeping
Sleeping
Try without "class" at all
Browse files
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()
|