Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,6 @@ with open('text3.txt') as f:
|
|
17 |
|
18 |
gr.Interface.from_pipeline(pipe,
|
19 |
title="Financial Summarization",
|
20 |
-
description="Financial Summarization using google/pegasus-xsum fine-tuned on financial news dataset. Model can be found at https://huggingface.co/human-centered-summarization/financial-summarization-pegasus. Examples are news articles from business.inquirer.net",
|
21 |
examples=[text1,text2,text3]
|
22 |
).launch()
|
|
|
17 |
|
18 |
gr.Interface.from_pipeline(pipe,
|
19 |
title="Financial Summarization",
|
20 |
+
description="Financial Summarization using google/pegasus-xsum fine-tuned on financial news dataset. Model can be found at https://huggingface.co/human-centered-summarization/financial-summarization-pegasus. Examples are news articles from business.inquirer.net.",
|
21 |
examples=[text1,text2,text3]
|
22 |
).launch()
|