KrishnaBakshi1 commited on
Commit
e54c54b
·
1 Parent(s): 1163bca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ Demo_application = Series(generate_transcript_function, summarizer_model,
26
  examples = ["https://www.youtube.com/watch?v=i0h7N1ukZ4A&ab_channel=TED", "https://www.youtube.com/watch?v=dv9q7Ema40k&t=3s&ab_channel=Simplilearn"],
27
  title = "YouTube Video Summarizer",
28
  theme = "grass",
29
- description = "This application uses the sshleifer/distilbart-cnn-12-6 model to summarize Youtube videos. Click on one of the examples or Enter a video URL of your choice! Example 1 - The brain-changing benefits of exercise | TED , Example 2 - Future of AI | Simplilean",
30
  allow_flagging=False)
31
 
32
  Demo_application.launch()
 
26
  examples = ["https://www.youtube.com/watch?v=i0h7N1ukZ4A&ab_channel=TED", "https://www.youtube.com/watch?v=dv9q7Ema40k&t=3s&ab_channel=Simplilearn"],
27
  title = "YouTube Video Summarizer",
28
  theme = "grass",
29
+ description = "This application uses the sshleifer/distilbart-cnn-12-6 model to summarize Youtube videos. Click on one of the examples or Enter a video URL of your choice! Example 1 - The brain-changing benefits of exercise | TED , Example 2 - Future of AI | Simplilearn",
30
  allow_flagging=False)
31
 
32
  Demo_application.launch()