Spaces:
Build error
Build error
Commit
•
38cddfa
1
Parent(s):
b4928b3
no concurrency
Browse files
app.py
CHANGED
@@ -231,5 +231,5 @@ if __name__ == "__main__":
|
|
231 |
with demo:
|
232 |
gr.TabbedInterface([microphone_chunked, audio_chunked, youtube], ["Microphone", "Audio File", "YouTube"])
|
233 |
|
234 |
-
demo.queue(
|
235 |
demo.launch(show_api=False, max_threads=10)
|
|
|
231 |
with demo:
|
232 |
gr.TabbedInterface([microphone_chunked, audio_chunked, youtube], ["Microphone", "Audio File", "YouTube"])
|
233 |
|
234 |
+
demo.queue(max_size=5)
|
235 |
demo.launch(show_api=False, max_threads=10)
|