Spaces:
Runtime error
Runtime error
changes to app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def extrac_text(url):
|
|
17 |
return text
|
18 |
|
19 |
extractor = gr.Interface(extrac_text, 'text', 'text')
|
20 |
-
summarizer = gr.Interface.load("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 = '''
|
|
|
17 |
return text
|
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 = '''
|