Spaces:
Runtime error
Runtime error
Commit
·
b776251
1
Parent(s):
85b9c5e
fix
Browse files
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
|
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)
|