AK391 commited on
Commit
604225f
unverified
1 Parent(s): 616cf8e

disable queue in dalle-mini demo (#188)

Browse files
Files changed (1) hide show
  1. app/gradio/app.py +1 -1
app/gradio/app.py CHANGED
@@ -50,4 +50,4 @@ with block:
50
  )
51
 
52
 
53
- block.launch()
 
50
  )
51
 
52
 
53
+ block.launch(enable_queue=False)