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