vishnux commited on
Commit
c6526a9
1 Parent(s): ba9dadf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ description = '''
21
  Enter a Youtube video URL and click submit for obtaining a summary.
22
  '''
23
 
24
- youtube_url_examples = [['https://www.youtube.com/watch?v=MBRqu0YOH14'],
25
- ['https://www.youtube.com/watch?v=UjtOGPJ0URM']]
26
 
27
  iface = Series(transcriber, summarizer,
28
  inputs = gr.inputs.Textbox(label = "Enter the YouTube URL"),
 
21
  Enter a Youtube video URL and click submit for obtaining a summary.
22
  '''
23
 
24
+ youtube_url_examples = ['https://www.youtube.com/watch?v=MBRqu0YOH14'],
25
+ ['https://www.youtube.com/watch?v=UjtOGPJ0URM']
26
 
27
  iface = Series(transcriber, summarizer,
28
  inputs = gr.inputs.Textbox(label = "Enter the YouTube URL"),