Spaces:
Sleeping
Sleeping
Shortened the description
Browse files
app.py
CHANGED
|
@@ -12,8 +12,8 @@ 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="Text summarization with
|
| 16 |
-
description="Summarize any text
|
| 17 |
)
|
| 18 |
|
| 19 |
demo.launch()
|
|
|
|
| 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="Text summarization with bart-cnn",
|
| 16 |
+
description="Summarize any text!"
|
| 17 |
)
|
| 18 |
|
| 19 |
demo.launch()
|