mayankchugh-learning commited on
Commit
943e714
·
verified ·
1 Parent(s): b3af828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -69,12 +69,7 @@ iface = gr.Interface(
69
  outputs="text",
70
  title="@IT AI Enthusiast (Mayank Chugh) (https://www.youtube.com/@itaienthusiast/) - Project 2: YouTube Video Transcript Generator",
71
  description="Enter a YouTube URL to generate and summarize the video transcript.",
72
- examples=['https://www.youtube.com/watch?v=0vK7AwUpRvY',
73
- 'https://www.youtube.com/watch?v=tQb7bumjkIM',
74
- 'https://www.youtube.com/watch?v=GWJYxR2Hy3g&t',
75
- 'https://www.youtube.com/watch?v=Bokfvs4ht4k',
76
- 'https://www.youtube.com/watch?v=YSMWN8VpY6A',
77
- 'https://www.youtube.com/watch?v=HFYv-rk4v9Y'],
78
  theme=gr.themes.Glass(),
79
  concurrency_limit=8
80
  )
 
69
  outputs="text",
70
  title="@IT AI Enthusiast (Mayank Chugh) (https://www.youtube.com/@itaienthusiast/) - Project 2: YouTube Video Transcript Generator",
71
  description="Enter a YouTube URL to generate and summarize the video transcript.",
72
+ examples=['https://www.youtube.com/watch?v=0vK7AwUpRvY'],
 
 
 
 
 
73
  theme=gr.themes.Glass(),
74
  concurrency_limit=8
75
  )