Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,10 @@ iface = gr.Interface(
|
|
35 |
outputs="text",
|
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 |
concurrency_limit=8
|
40 |
)
|
41 |
|
|
|
35 |
outputs="text",
|
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 |
concurrency_limit=8
|
43 |
)
|
44 |
|