mnauf commited on
Commit
50270d9
·
1 Parent(s): fb7e4cb

removed concurrent queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ with gr.Blocks() as block:
46
  outputs=outputs,
47
  queue=True
48
  )
49
- block.queue(concurrency_count=3).launch(share=True)
 
46
  outputs=outputs,
47
  queue=True
48
  )
49
+ block.queue().launch()