pere commited on
Commit
5c6b453
·
1 Parent(s): 99d9b3e

update test

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -120,8 +120,12 @@ yt_transcribe_interface = gr.Interface(
120
 
121
  with demo:
122
  gr.TabbedInterface(
123
- [mf_transcribe, yt_transcribe_interface],
124
- ["Transcribe Audio", "Transcribe YouTube"]
 
 
 
 
125
  )
126
 
127
  demo.launch(share=share).queue()
 
120
 
121
  with demo:
122
  gr.TabbedInterface(
123
+ [mf_transcribe,
124
+ # yt_transcribe_interface
125
+ ],
126
+ ["Transcribe Audio",
127
+ # "Transcribe YouTube"
128
+ ]
129
  )
130
 
131
  demo.launch(share=share).queue()