Spaces:
Runtime error
Runtime error
sanchit-gandhi
commited on
Commit
·
9c51c8a
1
Parent(s):
f98f681
Update app.py
Browse files
app.py
CHANGED
@@ -100,4 +100,4 @@ yt_transcribe = gr.Interface(
|
|
100 |
with demo:
|
101 |
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
102 |
|
103 |
-
demo.launch(enable_queue=True
|
|
|
100 |
with demo:
|
101 |
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
102 |
|
103 |
+
demo.launch(enable_queue=True)
|