sanchit-gandhi commited on
Commit
1d50b5e
·
1 Parent(s): 80f8244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,5 +166,5 @@ if __name__ == "__main__":
166
  with demo:
167
  gr.TabbedInterface([audio_chunked, youtube], ["Transcribe Audio", "Transcribe YouTube"])
168
 
169
- demo.queue(max_size=10)
170
  demo.launch()
 
166
  with demo:
167
  gr.TabbedInterface([audio_chunked, youtube], ["Transcribe Audio", "Transcribe YouTube"])
168
 
169
+ demo.queue(concurrency_count=3, max_size=10)
170
  demo.launch()