Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -144,5 +144,5 @@ yt_transcribe = gr.Interface(
|
|
144 |
with demo:
|
145 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
146 |
|
147 |
-
demo.launch(
|
148 |
|
|
|
144 |
with demo:
|
145 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
146 |
|
147 |
+
demo.launch()
|
148 |
|