tree3po commited on
Commit
b0bd869
·
verified ·
1 Parent(s): 22fa67d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ with gr.Blocks() as app:
48
  btn = gr.Button()
49
  outp_v = gr.Video(label="Processed Video", streaming=True, autoplay=True)
50
  btn.click(stream_object_detection,inp,[outp_v])
51
- app.queue(concurrency_limit=20).launch()
 
48
  btn = gr.Button()
49
  outp_v = gr.Video(label="Processed Video", streaming=True, autoplay=True)
50
  btn.click(stream_object_detection,inp,[outp_v])
51
+ app.queue(concurrency_count=20).launch()