jamesbright commited on
Commit
ffe6734
·
verified ·
1 Parent(s): d87e6ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')