artificialguybr commited on
Commit
f704b6f
1 Parent(s): 6877edc

Update app.py

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