imvladikon
commited on
Commit
•
872a158
1
Parent(s):
665d854
Update app.py
Browse files
app.py
CHANGED
@@ -93,4 +93,4 @@ yt_transcribe = gr.Interface(
|
|
93 |
with demo:
|
94 |
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
95 |
|
96 |
-
demo.launch(
|
|
|
93 |
with demo:
|
94 |
gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
|
95 |
|
96 |
+
demo.launch()
|