openfree commited on
Commit
ecaeb7b
·
verified ·
1 Parent(s): 02732bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -723,5 +723,5 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as app:
723
  )
724
 
725
  if __name__ == "__main__":
726
- app.queue(concurrency_count=3, max_size=20)
727
  app.launch(debug=True)
 
723
  )
724
 
725
  if __name__ == "__main__":
726
+ app.queue(max_size=20)
727
  app.launch(debug=True)