artificialguybr commited on
Commit
a47bd89
1 Parent(s): b361117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,5 +182,5 @@ with gr.Blocks() as demo:
182
  - If you need more than 1 minute, duplicate the Space and change the limit on app.py.
183
  - If you incorrectly mark the 'Video has a close-up face' checkbox, the dubbing may not work as expected.
184
  """)
185
- demo.queue(concurrency_count=1, max_size=15)
186
  demo.launch()
 
182
  - If you need more than 1 minute, duplicate the Space and change the limit on app.py.
183
  - If you incorrectly mark the 'Video has a close-up face' checkbox, the dubbing may not work as expected.
184
  """)
185
+ demo.queue()
186
  demo.launch()