Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,5 +46,5 @@ agent = CodeAgent(
|
|
46 |
prompt_templates=prompt_templates
|
47 |
)
|
48 |
if __name__ == "__main__":
|
49 |
-
GradioUI(agent
|
50 |
|
|
|
46 |
prompt_templates=prompt_templates
|
47 |
)
|
48 |
if __name__ == "__main__":
|
49 |
+
GradioUI(agent).launch()
|
50 |
|