VishnuPottabatthini commited on
Commit
902bbe5
·
verified ·
1 Parent(s): 231a99e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,11 +50,11 @@ mf_summarize = gr.Interface(
50
  gr.State()
51
  ],
52
  theme="huggingface",
53
- title="BART 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 BART model from 🤗 Transformers."
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