radames commited on
Commit
b26b6c5
1 Parent(s): 41dfcb4
Files changed (1) hide show
  1. interface/app.py +1 -1
interface/app.py CHANGED
@@ -181,5 +181,5 @@ Double click to add or remove stop points.
181
  random_sample, inputs=[model_name], outputs=[image, model_state, latents_state]
182
  )
183
 
184
- # block.queue(api_open=False)
185
  block.launch(show_api=False)
 
181
  random_sample, inputs=[model_name], outputs=[image, model_state, latents_state]
182
  )
183
 
184
+ block.queue(api_open=False)
185
  block.launch(show_api=False)