Spaces:
Runtime error
Runtime error
Commit
·
00862bb
1
Parent(s):
059d116
gradio check version
Browse files
app.py
CHANGED
@@ -186,4 +186,4 @@ yt_transcribe = gr.Interface(
|
|
186 |
with demo:
|
187 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
188 |
|
189 |
-
demo.launch(
|
|
|
186 |
with demo:
|
187 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
188 |
|
189 |
+
demo.launch(enable_queue=True)
|