mayankchugh-learning commited on
Commit
6b0ed86
·
verified ·
1 Parent(s): 4f3e3b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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