Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|