ihanif commited on
Commit
a4d3cd0
1 Parent(s): 7f30a27

Remove youtube transcription tab

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -86,9 +86,9 @@ mf_transcribe = gr.Interface(
86
  allow_flagging="never",
87
  examples=examples,
88
  )
 
89
 
 
 
90
 
91
- with demo:
92
- gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
93
-
94
- demo.launch(enable_queue=False)
 
86
  allow_flagging="never",
87
  examples=examples,
88
  )
89
+ mf_transcribe.launch()
90
 
91
+ #with demo:
92
+ # gr.TabbedInterface([mf_transcribe, yt_transcribe], ["Transcribe Audio", "Transcribe YouTube"])
93
 
94
+ #demo.launch(enable_queue=False)