Update app.py
Browse files
app.py
CHANGED
@@ -143,5 +143,5 @@ yt_transcribe = gr.Interface(
|
|
143 |
with demo:
|
144 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
145 |
|
146 |
-
demo.launch(
|
147 |
|
|
|
143 |
with demo:
|
144 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
145 |
|
146 |
+
demo.queue().launch()
|
147 |
|