minnehwg commited on
Commit
ec78aea
·
verified ·
1 Parent(s): d4e618e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ def generate_summary_and_video(url):
31
  demo = gr.Interface(
32
  fn=generate_summary_and_video,
33
  inputs=gr.Textbox(lines=2, placeholder="Enter URL..."),
34
- outputs=gr.HTML(label="YouTube Video and Summary"),
35
- title="YouTube Video and Summary Display",
36
  description="Enter the URL '.'"
37
  )
38
 
 
31
  demo = gr.Interface(
32
  fn=generate_summary_and_video,
33
  inputs=gr.Textbox(lines=2, placeholder="Enter URL..."),
34
+ outputs=gr.HTML(label="Results"),
35
+ title="Summarizer",
36
  description="Enter the URL '.'"
37
  )
38