EmicoBinsfinder commited on
Commit
00db84e
1 Parent(s): 4efffd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -433,5 +433,5 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
433
 
434
  #
435
 
436
- app.queue()
437
  demo.launch()
 
433
 
434
  #
435
 
436
+ demo.queue(concurrency_count=9)
437
  demo.launch()