Wootang01 commited on
Commit
7ef2b35
1 Parent(s): fb8b58e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ iface = Series(extractor, summarizer,
40
  label = 'URL'
41
  ),
42
  outputs = 'text',
43
- title = 'Extractive News Summarizer',
44
  theme = 'grass',
45
  description = description,
46
  examples=sample_url)
40
  label = 'URL'
41
  ),
42
  outputs = 'text',
43
+ title = 'Extractive News Summarizer BART',
44
  theme = 'grass',
45
  description = description,
46
  examples=sample_url)