Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -340,7 +340,7 @@ yt_transcribe = gr.Interface(
|
|
340 |
)
|
341 |
|
342 |
with demo:
|
343 |
-
gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
344 |
-
|
345 |
|
346 |
demo.queue().launch(ssr_mode=False)
|
|
|
340 |
)
|
341 |
|
342 |
with demo:
|
343 |
+
# gr.TabbedInterface([mf_transcribe, file_transcribe, yt_transcribe], ["Microphone", "Audio file", "YouTube"])
|
344 |
+
gr.TabbedInterface([mf_transcribe, file_transcribe], ["Microphone", "Audio file"])
|
345 |
|
346 |
demo.queue().launch(ssr_mode=False)
|