Spaces:
Running
Running
Olivier-Truong
commited on
Commit
•
5590284
1
Parent(s):
3477c1c
Update app.py
Browse files
app.py
CHANGED
@@ -147,5 +147,5 @@ yt_transcribe = gr.Interface(
|
|
147 |
with demo:
|
148 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
149 |
|
150 |
-
demo.launch(
|
151 |
|
|
|
147 |
with demo:
|
148 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
149 |
|
150 |
+
demo.launch()
|
151 |
|