artificialguybr commited on
Commit
f5ba8ee
1 Parent(s): ceb1902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,5 +167,5 @@ with gr.Blocks() as demo:
167
  - If you incorrectly mark the 'Video has a close-up face' checkbox, the dubbing may not work as expected.
168
  """)
169
 
170
- demo.queue(concurrency_count=1, max_size=15)
171
  demo.launch()
 
167
  - If you incorrectly mark the 'Video has a close-up face' checkbox, the dubbing may not work as expected.
168
  """)
169
 
170
+ demo.queue()
171
  demo.launch()