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