multimodalart HF staff commited on
Commit
4faca44
1 Parent(s): b0af547

Actually disable the queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -369,4 +369,4 @@ Despite how impressive being able to turn text into image is, beware to the fact
369
  """
370
  )
371
 
372
- block.launch()
 
369
  """
370
  )
371
 
372
+ block.queue(default_enabled=False).launch()