Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -151,5 +151,5 @@ Join us : 🌟TeamTonic🌟 is always making cool demos! Join our active builder
|
|
151 |
with demo:
|
152 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
153 |
|
154 |
-
demo.launch(
|
155 |
|
|
|
151 |
with demo:
|
152 |
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
153 |
|
154 |
+
demo.launch()
|
155 |
|