jipenaflor commited on
Commit
2bd1db0
·
1 Parent(s): a2baedc

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 facebook/bart-large-cnn to summarize a short YouTube video that has transcript. 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 sshleifer/distilbart-cnn-12-6 to summarize a short YouTube video that has transcript. 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()