Spaces:
Sleeping
Sleeping
Samarth991
commited on
Update app.py
Browse files
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()
|