Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ demo = gr.Interface(
|
|
| 22 |
inputs=gr.Textbox(label="Enter Text to Summarize", lines=5),
|
| 23 |
outputs=gr.Label(label="Summary"),
|
| 24 |
title="Text Summarization",
|
| 25 |
-
description="This app uses the
|
| 26 |
allow_flagging="never"
|
| 27 |
)
|
| 28 |
|
|
|
|
| 22 |
inputs=gr.Textbox(label="Enter Text to Summarize", lines=5),
|
| 23 |
outputs=gr.Label(label="Summary"),
|
| 24 |
title="Text Summarization",
|
| 25 |
+
description="This app uses the facebook/bart-large-cnn for summarizing input.",
|
| 26 |
allow_flagging="never"
|
| 27 |
)
|
| 28 |
|