patloeber commited on
Commit
7406797
1 Parent(s): 6e73788

add queue(max_size=20, concurrency_count=10)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,4 +118,4 @@ with gr.Blocks(
118
  outputs=out,
119
  )
120
 
121
- demo.launch(debug=True)
118
  outputs=out,
119
  )
120
 
121
+ demo.queue(max_size=20, concurrency_count=10).launch(debug=True)