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