pere commited on
Commit
ac1dacb
·
1 Parent(s): e1a5899

update test

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