Spaces:
Sleeping
Sleeping
Changed the description
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ 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 that is 1,000 words or less
|
17 |
)
|
18 |
|
19 |
demo.launch()
|
|
|
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="Bob gets to the bottom line, every time! Summarize any text that is 1,000 words or less. If you hit an error, your text is probably too long."
|
17 |
)
|
18 |
|
19 |
demo.launch()
|