Spaces:
Sleeping
Sleeping
Updated app.py commented out prompt_templates
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ agent = CodeAgent(
|
|
| 43 |
executor_type='local',
|
| 44 |
executor_kwargs={},
|
| 45 |
max_print_outputs_length=None,
|
| 46 |
-
prompt_templates=prompt_templates
|
| 47 |
)
|
| 48 |
if __name__ == "__main__":
|
| 49 |
GradioUI(agent).launch()
|
|
|
|
| 43 |
executor_type='local',
|
| 44 |
executor_kwargs={},
|
| 45 |
max_print_outputs_length=None,
|
| 46 |
+
#prompt_templates=prompt_templates
|
| 47 |
)
|
| 48 |
if __name__ == "__main__":
|
| 49 |
GradioUI(agent).launch()
|