jamesbright commited on
Commit
8dcd53b
·
verified ·
1 Parent(s): d7f91ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,4 +216,4 @@ with gr.Blocks() as demo:
216
  outputs=[project_output, arch_output, cost_output, deploy_output, meeting_output])
217
 
218
  # Launch the Gradio App
219
- demo.launch()
 
216
  outputs=[project_output, arch_output, cost_output, deploy_output, meeting_output])
217
 
218
  # Launch the Gradio App
219
+ demo(agent).launch()