Samarth991 commited on
Commit
a23d270
·
verified ·
1 Parent(s): ce63942

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -58,7 +58,10 @@ iface = gr.Interface(
58
  gr.Slider(DEFAULT_CHAR_LENGTH,5000,label="Video link Length in seconds",info="Length of video in seconds")
59
  ],
60
  outputs="text",
61
- description ="Summarize your You tube link using Large Language Models",
 
 
 
62
  )
63
 
64
  iface.launch()
 
58
  gr.Slider(DEFAULT_CHAR_LENGTH,5000,label="Video link Length in seconds",info="Length of video in seconds")
59
  ],
60
  outputs="text",
61
+ description ="""Summarize your You tube link using Large Language Models
62
+ The Objective of the space is to use the Large Language models to generate a small Summary of the You tube Link provided.
63
+ It Facilitates to generate notes if you are using you tube for Educational purposes.
64
+ """,
65
  )
66
 
67
  iface.launch()