prashantsv commited on
Commit
c091d0f
·
verified ·
1 Parent(s): 5c63db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,6 +42,6 @@ gr.close_all()
42
  demo = gr.Interface(fn=get_transcript,
43
  inputs=[gr.Textbox(label="Input text to summarize", lines=1)],
44
  outputs=[gr.Textbox(label="Summarized text", lines=4)],
45
- title="Text Summarizer",
46
  description="This application will be used to summarise the text")
47
  demo.launch()
 
42
  demo = gr.Interface(fn=get_transcript,
43
  inputs=[gr.Textbox(label="Input text to summarize", lines=1)],
44
  outputs=[gr.Textbox(label="Summarized text", lines=4)],
45
+ title="Youtube Video Summarizer",
46
  description="This application will be used to summarise the text")
47
  demo.launch()