freddyaboulton HF Staff commited on
Commit
0acab8f
·
1 Parent(s): db146d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ with gr.Blocks() as demo:
27
  output_video = gr.Video()
28
  submit_video = gr.Button()
29
  submit_video.click(identity_with_sleep, input_video, output_video, api_name="video", batch=True, max_batch_size=20)
30
- demo.queue(max_size=50, concurrency_count=20, max_batch_size=20).launch()
 
27
  output_video = gr.Video()
28
  submit_video = gr.Button()
29
  submit_video.click(identity_with_sleep, input_video, output_video, api_name="video", batch=True, max_batch_size=20)
30
+ demo.queue(max_size=50, concurrency_count=20).launch()