mmcquade commited on
Commit
a704532
1 Parent(s): 5d30597

changes to app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def extrac_text(url):
18
 
19
  extractor = gr.Interface(extrac_text, 'text', 'text')
20
  summarizer = gr.Interface.load("huggingface/mmcquade11/autonlp-reuters-summarization-34018133")
21
- sample_url = [['https://www.cp24.com/news/ontario-reports-481-new-covid-19-cases-1-death-1.5667950'],
22
  ]
23
  desc = '''
24
  The news summarizer app uses an AutoNLP model trained on the Reuters dataset.
18
 
19
  extractor = gr.Interface(extrac_text, 'text', 'text')
20
  summarizer = gr.Interface.load("huggingface/mmcquade11/autonlp-reuters-summarization-34018133")
21
+ sample_url = [['https://finance.yahoo.com/news/intuit-shares-hit-record-highs-quarter-blows-past-estimates-160822839.html'],
22
  ]
23
  desc = '''
24
  The news summarizer app uses an AutoNLP model trained on the Reuters dataset.