Update app.py
Browse files
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
|
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 |
|