arpm01 commited on
Commit
013e3d8
1 Parent(s): 8a3b988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()