artificialguybr commited on
Commit
4bbf5e6
1 Parent(s): d8f2cab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,5 +49,5 @@ with gr.Blocks() as demo:
49
  - Video limit is 15 minutes. It will do the transcription and translate of subtitles.
50
  - The tool uses open-source models for all models. It's an alpha version.
51
  """)
52
- demo.queue(concurrency_count=1, max_size=15)
53
  demo.launch()
 
49
  - Video limit is 15 minutes. It will do the transcription and translate of subtitles.
50
  - The tool uses open-source models for all models. It's an alpha version.
51
  """)
52
+ demo.queue
53
  demo.launch()