Ashishkr commited on
Commit
87ad71a
1 Parent(s): 344c7a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -297,12 +297,7 @@ youtube = gr.Interface(
297
  gr.outputs.Textbox(label="Transcription").style(show_copy_button=True),
298
  ],
299
  allow_flagging="never",
300
- title=title,
301
- examples=[
302
- ["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", True],
303
- ["https://www.youtube.com/watch?v=LCOe3a9EHJs", "transcribe", True],
304
- ],
305
- cache_examples=True)
306
 
307
  demo = gr.Blocks()
308
 
 
297
  gr.outputs.Textbox(label="Transcription").style(show_copy_button=True),
298
  ],
299
  allow_flagging="never",
300
+ title=title)
 
 
 
 
 
301
 
302
  demo = gr.Blocks()
303