chompionsawelo commited on
Commit
85b9c5e
·
1 Parent(s): a497221

queue change

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -70,4 +70,5 @@ with gr.Blocks() as demo:
70
  gr.Markdown("Created with OpenAI Whisper and Huggingface")
71
 
72
  if __name__ == "__main__":
73
- demo.queue(concurrency_count=3).launch(share=False, show_error=True)
 
 
70
  gr.Markdown("Created with OpenAI Whisper and Huggingface")
71
 
72
  if __name__ == "__main__":
73
+ demo.queue(concurrency_count=2, max_size=2, batch=True).launch(
74
+ share=False, show_error=True)