Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ agent = CodeAgent(
|
|
145 |
prompt_templates=prompt_templates,
|
146 |
additional_authorized_imports=['datetime']
|
147 |
)
|
148 |
-
GradioUI(agent).launch()
|
149 |
|
150 |
# Change to your username and repo name
|
151 |
agent.push_to_hub('jamesbright/party_organiser')
|
|
|
145 |
prompt_templates=prompt_templates,
|
146 |
additional_authorized_imports=['datetime']
|
147 |
)
|
148 |
+
# GradioUI(agent).launch()
|
149 |
|
150 |
# Change to your username and repo name
|
151 |
agent.push_to_hub('jamesbright/party_organiser')
|