wsj1995 commited on
Commit
5f23e8d
·
verified ·
1 Parent(s): fd43f10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,4 +173,4 @@ with gr.Blocks() as demo:
173
  outputs = [output]
174
  )
175
 
176
- demo.queue().launch(concurrency_count=10)
 
173
  outputs = [output]
174
  )
175
 
176
+ demo.launch(concurrency_count=10)