chompionsawelo commited on
Commit
b776251
·
1 Parent(s): 85b9c5e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +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=2, max_size=2, batch=True).launch(
74
  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).launch(
74
  share=False, show_error=True)