Update app.py
Browse files
app.py
CHANGED
@@ -50,11 +50,11 @@ mf_summarize = gr.Interface(
|
|
50 |
gr.State()
|
51 |
],
|
52 |
theme="huggingface",
|
53 |
-
title="
|
54 |
live=True,
|
55 |
description=(
|
56 |
"Enter a long piece of text to generate a concise summary using a BART model. "
|
57 |
-
"This demo uses a custom
|
58 |
)
|
59 |
)
|
60 |
|
|
|
50 |
gr.State()
|
51 |
],
|
52 |
theme="huggingface",
|
53 |
+
title="Article Summarization",
|
54 |
live=True,
|
55 |
description=(
|
56 |
"Enter a long piece of text to generate a concise summary using a BART model. "
|
57 |
+
"This demo uses a custom PEGASUS model from 🤗 Transformers."
|
58 |
)
|
59 |
)
|
60 |
|