Update app.py
Browse files
app.py
CHANGED
|
@@ -35,6 +35,8 @@ 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 |
)
|
| 39 |
|
| 40 |
# Launch the Gradio 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','https://www.youtube.com/watch?v=tQb7bumjkIM','https://www.youtube.com/watch?v=GWJYxR2Hy3g&t'],
|
| 39 |
+
concurrency_limit=8
|
| 40 |
)
|
| 41 |
|
| 42 |
# Launch the Gradio interface
|