Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,6 +49,6 @@ gr.close_all()
|
|
| 49 |
demo = gr.Interface(fn=get_youtube_transcript,
|
| 50 |
inputs=[gr.Textbox(label="Input YouTube Url to summarize.",lines=1)],
|
| 51 |
outputs=[gr.Textbox(label="Summarized text",lines=4)],
|
| 52 |
-
title="YouTube
|
| 53 |
-
description="Summarize the youtube video
|
| 54 |
demo.launch()
|
|
|
|
| 49 |
demo = gr.Interface(fn=get_youtube_transcript,
|
| 50 |
inputs=[gr.Textbox(label="Input YouTube Url to summarize.",lines=1)],
|
| 51 |
outputs=[gr.Textbox(label="Summarized text",lines=4)],
|
| 52 |
+
title="YouTube Video Summarizer",
|
| 53 |
+
description="Summarize the youtube video. (approx 4min 30sec video, model context window 1024 tokens)")
|
| 54 |
demo.launch()
|