Spaces:
Runtime error
Runtime error
mrfakename
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -183,4 +183,4 @@ Please note that it may take a minute to generate the image for more complex mer
|
|
183 |
go = gr.Button("Display")
|
184 |
out = gr.Image(label="Graph", interactive=False, show_share_button=False)
|
185 |
go.click(create_graph, inputs=[model_id], outputs=[out])
|
186 |
-
demo.queue().launch()
|
|
|
183 |
go = gr.Button("Display")
|
184 |
out = gr.Image(label="Graph", interactive=False, show_share_button=False)
|
185 |
go.click(create_graph, inputs=[model_id], outputs=[out])
|
186 |
+
demo.queue().launch(api_open=False)
|