Spaces:
Runtime error
Runtime error
changes to app.py
Browse files
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://
|
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.
|