vishnux commited on
Commit
8b8b0a7
1 Parent(s): d28845d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ transcriber = gr.Interface(generate_transcript, 'text', 'text')
17
  summarizer = gr.Interface.load("huggingface/facebook/bart-large-cnn")
18
 
19
  description = '''
20
- This application summarizes a youtube video based on its transcript.
21
  Enter a Youtube video URL and click submit for obtaining a summary.
22
  '''
23
 
17
  summarizer = gr.Interface.load("huggingface/facebook/bart-large-cnn")
18
 
19
  description = '''
20
+ This application summarizes a YouTube video based on its transcript.
21
  Enter a Youtube video URL and click submit for obtaining a summary.
22
  '''
23