Flo161 commited on
Commit
c8747aa
·
1 Parent(s): 5613f07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=60000, min_length=30, do_sample=False))
 
618
  © Te Author(s) 2022
619
  ,
620
  """
621
+ st.write(summarizer(ARTICLE, max_length=800, min_length=30, do_sample=False))