Yemin Shi commited on
Commit
6fd44fd
1 Parent(s): e751430

update concurrency

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -327,4 +327,4 @@ if __name__ == "__main__":
327
  gr.HTML(read_content("footer.html"))
328
  # gr.Image('./contributors.png')
329
 
330
- block.queue(max_size=100, concurrency_count=50).launch()
 
327
  gr.HTML(read_content("footer.html"))
328
  # gr.Image('./contributors.png')
329
 
330
+ block.queue(max_size=512, concurrency_count=256).launch()