amarkc commited on
Commit
113e907
1 Parent(s): 0735150

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 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.")
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 summarize YouTube video that has English subtitles.Made by Amar.")
28
 
29
  gradio_ui.launch()