craftgamesnetwork commited on
Commit
f0b699b
·
verified ·
1 Parent(s): 1569a11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,4 +337,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
337
  )
338
 
339
  if __name__ == "__main__":
340
- demo.queue(max_size=20).launch()
 
337
  )
338
 
339
  if __name__ == "__main__":
340
+ demo.queue(concurrency_count=2).launch()