Spaces:
Runtime error
Runtime error
Commit
·
fa4cce4
1
Parent(s):
b912ddb
Add queue
Browse files
app.py
CHANGED
@@ -74,5 +74,5 @@ iface = gr.Interface(
|
|
74 |
outputs=gr.Textbox(label="Transcription"),
|
75 |
examples=examples,
|
76 |
description=description
|
77 |
-
)
|
78 |
iface.launch()
|
|
|
74 |
outputs=gr.Textbox(label="Transcription"),
|
75 |
examples=examples,
|
76 |
description=description
|
77 |
+
).queue(concurrency_count=1)
|
78 |
iface.launch()
|