mrfakename commited on
Commit
d54d46e
·
verified ·
1 Parent(s): d9cc5cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(api_open=False)
 
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(api_open=False).launch(show_api=False)