Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,6 @@ with open('text3.txt') as f:
|
|
20 |
|
21 |
gr.Interface.from_pipeline(pipe,
|
22 |
title="Financial Summarization",
|
23 |
-
description="Financial Summarization using Pegasus. Model can be found at https://huggingface.co/human-centered-summarization/financial-summarization-pegasus",
|
24 |
examples=[text1,text2,text3]
|
25 |
).launch()
|
|
|
20 |
|
21 |
gr.Interface.from_pipeline(pipe,
|
22 |
title="Financial Summarization",
|
23 |
+
description="Financial Summarization using Pegasus. Model can be found at https://huggingface.co/human-centered-summarization/financial-summarization-pegasus.",
|
24 |
examples=[text1,text2,text3]
|
25 |
).launch()
|