Update app.py
Browse files
app.py
CHANGED
|
@@ -36,9 +36,11 @@ iface = gr.Interface(
|
|
| 36 |
title="@IT AI Enthusiast (Mayank Chugh) (https://www.youtube.com/@itaienthusiast/) - Project 2: YouTube Video Transcript Generator",
|
| 37 |
description="Enter a YouTube URL to generate and summarize the video transcript.",
|
| 38 |
examples=['https://www.youtube.com/watch?v=0vK7AwUpRvY',
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
|
|
|
|
|
|
| 42 |
concurrency_limit=8
|
| 43 |
)
|
| 44 |
|
|
|
|
| 36 |
title="@IT AI Enthusiast (Mayank Chugh) (https://www.youtube.com/@itaienthusiast/) - Project 2: YouTube Video Transcript Generator",
|
| 37 |
description="Enter a YouTube URL to generate and summarize the video transcript.",
|
| 38 |
examples=['https://www.youtube.com/watch?v=0vK7AwUpRvY',
|
| 39 |
+
'https://www.youtube.com/watch?v=tQb7bumjkIM',
|
| 40 |
+
'https://www.youtube.com/watch?v=GWJYxR2Hy3g&t',
|
| 41 |
+
'https://www.youtube.com/watch?v=Bokfvs4ht4k',
|
| 42 |
+
'https://www.youtube.com/watch?v=YSMWN8VpY6A',
|
| 43 |
+
'https://www.youtube.com/watch?v=HFYv-rk4v9Y'],
|
| 44 |
concurrency_limit=8
|
| 45 |
)
|
| 46 |
|