Spaces:
Build error
Build error
Commit
•
ea31514
1
Parent(s):
38cddfa
Update app.py
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(max_size=
|
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=10)
|
235 |
demo.launch(show_api=False, max_threads=10)
|