Spaces:
Sleeping
Sleeping
Upload agent
Browse files
app.py
CHANGED
|
@@ -39,5 +39,5 @@ agent = CodeAgent(
|
|
| 39 |
max_print_outputs_length=None,
|
| 40 |
prompt_templates=prompt_templates
|
| 41 |
)
|
| 42 |
-
if __name__ == "__main__"
|
| 43 |
-
GradioUI(agent).launch(
|
|
|
|
| 39 |
max_print_outputs_length=None,
|
| 40 |
prompt_templates=prompt_templates
|
| 41 |
)
|
| 42 |
+
if __name__ == "__main__":
|
| 43 |
+
GradioUI(agent).launch()
|