Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,4 +133,4 @@ with gr.Blocks() as demo:
|
|
133 |
outputs=[project_output, arch_output, cost_output, deploy_output, meeting_output])
|
134 |
|
135 |
# Launch the Gradio App
|
136 |
-
demo.launch()
|
|
|
133 |
outputs=[project_output, arch_output, cost_output, deploy_output, meeting_output])
|
134 |
|
135 |
# Launch the Gradio App
|
136 |
+
demo.launch(share=true)
|