Iceclear commited on
Commit
85a3726
·
verified ·
1 Parent(s): 01c19bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -375,5 +375,5 @@ with gr.Blocks(title=title) as demo:
375
  cache_examples=True
376
  )
377
 
378
- demo.queue(concurrency_count=1)
379
  demo.launch()
 
375
  cache_examples=True
376
  )
377
 
378
+ demo.queue()
379
  demo.launch()