akhaliq HF staff commited on
Commit
ecfa3a8
1 Parent(s): 00c324e

add queue back

Browse files

PR adds queue back to prevent timeouts, but we still process in parallel

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