Spaces:
Runtime error
Runtime error
Commit
·
85b9c5e
1
Parent(s):
a497221
queue change
Browse files
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=
|
|
|
|
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)
|