Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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()
|