Spaces:
Runtime error
Runtime error
Commit
·
ce7b54d
1
Parent(s):
3af307c
try max threads
Browse files
app.py
CHANGED
@@ -242,5 +242,4 @@ if __name__ == "__main__":
|
|
242 |
gr.TabbedInterface([microphone_chunked, audio_chunked, youtube], ["Microphone", "Audio File", "YouTube"])
|
243 |
|
244 |
demo.queue(concurrency_count=3, max_size=5)
|
245 |
-
demo.launch(show_api=False)
|
246 |
-
|
|
|
242 |
gr.TabbedInterface([microphone_chunked, audio_chunked, youtube], ["Microphone", "Audio File", "YouTube"])
|
243 |
|
244 |
demo.queue(concurrency_count=3, max_size=5)
|
245 |
+
demo.launch(show_api=False, max_threads=10)
|
|