kunishou commited on
Commit
c8d4098
·
1 Parent(s): ae908fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,4 +90,4 @@ with gr.Blocks() as demo:
90
  """)
91
 
92
  if __name__ == "__main__":
93
- demo.launch()
 
90
  """)
91
 
92
  if __name__ == "__main__":
93
+ demo.queue(max_size=20, concurrency_count=10).launch()