radames commited on
Commit
8d8035d
1 Parent(s): 4e54b71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -150,5 +150,5 @@ with gr.Blocks(css=css) as demo:
150
  steps.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
151
  seed.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
152
 
153
- demo.queue()
154
- demo.launch()
 
150
  steps.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
151
  seed.change(fn=predict, inputs=inputs, outputs=image, show_progress=False)
152
 
153
+ demo.queue(api_open=False)
154
+ demo.launch(show_api=False)