akhaliq HF staff commited on
Commit
c8ee4fa
1 Parent(s): c391da7

disable queue

Browse files

disable queue while looking into queueing issue

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,4 +189,4 @@ with block:
189
  """
190
  )
191
 
192
- block.queue(max_size=100, concurrency_count=20).launch()
189
  """
190
  )
191
 
192
+ block.launch(enable_queue=False)