Spaces:
Build error
Build error
Commit
·
80f8244
1
Parent(s):
1923ff8
no concurrency
Browse files
app.py
CHANGED
@@ -166,5 +166,5 @@ if __name__ == "__main__":
|
|
166 |
with demo:
|
167 |
gr.TabbedInterface([audio_chunked, youtube], ["Transcribe Audio", "Transcribe YouTube"])
|
168 |
|
169 |
-
demo.queue(
|
170 |
demo.launch()
|
|
|
166 |
with demo:
|
167 |
gr.TabbedInterface([audio_chunked, youtube], ["Transcribe Audio", "Transcribe YouTube"])
|
168 |
|
169 |
+
demo.queue(max_size=10)
|
170 |
demo.launch()
|