Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -618,4 +618,4 @@ the copyright holder. To view a copy of this licence, visit http://creativecommo
|
|
| 618 |
© Te Author(s) 2022
|
| 619 |
,
|
| 620 |
"""
|
| 621 |
-
st.write(summarizer(ARTICLE, max_length=
|
|
|
|
| 618 |
© Te Author(s) 2022
|
| 619 |
,
|
| 620 |
"""
|
| 621 |
+
st.write(summarizer(ARTICLE, max_length=800, min_length=30, do_sample=False))
|