razhan commited on
Commit
3a2b56b
1 Parent(s): 098a8bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # gr.TabbedInterface([mf_transcribe, file_transcribe], ["Microphone", "Audio file"])
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)