Update app.py
Browse files
app.py
CHANGED
@@ -133,5 +133,5 @@ yt_transcribe = gr.Interface(
|
|
133 |
|
134 |
with demo:
|
135 |
gr.TabbedInterface([mic_transcribe, file_transcribe, yt_transcribe], ["Transcribe Microphone", "Transcribe Audio File", "Transcribe YouTube Video"])
|
136 |
-
|
137 |
-
demo.launch(
|
|
|
133 |
|
134 |
with demo:
|
135 |
gr.TabbedInterface([mic_transcribe, file_transcribe, yt_transcribe], ["Transcribe Microphone", "Transcribe Audio File", "Transcribe YouTube Video"])
|
136 |
+
demo.queue(max_size=10)
|
137 |
+
demo.launch()
|