Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,4 +94,5 @@ yt_transcribe = gr.Interface(
|
|
94 |
with demo:
|
95 |
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["translate Audio", "translate YouTube"])
|
96 |
|
97 |
-
demo.launch(
|
|
|
|
94 |
with demo:
|
95 |
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["translate Audio", "translate YouTube"])
|
96 |
|
97 |
+
demo.launch(enable_queue=True)
|
98 |
+
|