Spaces:
Runtime error
Runtime error
Commit
·
7976ba0
1
Parent(s):
41e575f
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,6 @@ gradio_ui = Series(transcriber, summarizer,
|
|
24 |
examples = ["https://www.youtube.com/watch?v=Cu3R5it4cQs&list", "https://www.youtube.com/watch?v=HB4I2CgkcCo"],
|
25 |
title = "YouTube Transcript Summarizer",
|
26 |
theme = "peach",
|
27 |
-
description = "This application uses the sshleifer/distilbart-cnn-12-6 model to summarize a short YouTube video that has subtitles. For it to work, the input URL must follow the format similar to the given examples, specifically having the video's ID at the end. Examples are videos from GCFLearnFree.org YouTube Channel.")
|
28 |
|
29 |
gradio_ui.launch()
|
|
|
24 |
examples = ["https://www.youtube.com/watch?v=Cu3R5it4cQs&list", "https://www.youtube.com/watch?v=HB4I2CgkcCo"],
|
25 |
title = "YouTube Transcript Summarizer",
|
26 |
theme = "peach",
|
27 |
+
description = "This application uses the sshleifer/distilbart-cnn-12-6 model to summarize a short YouTube video that has English subtitles. For it to work, the input URL must follow the format similar to the given examples, specifically having the video's ID at the end. Examples are videos from GCFLearnFree.org YouTube Channel.")
|
28 |
|
29 |
gradio_ui.launch()
|