jipenaflor commited on
Commit
41e575f
·
1 Parent(s): a96eac0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. 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 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()