Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,6 @@ gr.close_all()
|
|
12 |
demo = gr.Interface(fn=summarize,
|
13 |
inputs=[gr.Textbox(label="Text to summarize", lines=6)],
|
14 |
outputs=[gr.Textbox(label="Result", lines=3)],
|
15 |
-
title="
|
16 |
-
description="Summarize any text using the `Falconsai/text_summarization` model under the hood!"
|
17 |
)
|
18 |
demo.launch(share=True)
|
|
|
12 |
demo = gr.Interface(fn=summarize,
|
13 |
inputs=[gr.Textbox(label="Text to summarize", lines=6)],
|
14 |
outputs=[gr.Textbox(label="Result", lines=3)],
|
15 |
+
title="Summarize any text using the `Falconsai/text_summarization` model under the hood!"
|
|
|
16 |
)
|
17 |
demo.launch(share=True)
|