KiraPGR commited on
Commit
5321d4b
·
verified ·
1 Parent(s): 245ae27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ with gr.Blocks() as demo:
19
  with gr.Row(visible=False):
20
  interface.render()
21
 
22
- demo.queue(concurrency_count=100).launch()
 
19
  with gr.Row(visible=False):
20
  interface.render()
21
 
22
+ demo.queue().launch()