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