Yaron Koresh commited on
Commit
2c85095
·
verified ·
1 Parent(s): 28b96ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -745,7 +745,7 @@ def _summarize(text):
745
  log(f'RET _summarize with ret as {ret}')
746
  return ret
747
 
748
- def summarize(text, max_len=500):
749
  log(f'CALL summarize')
750
 
751
  words = text.split()
 
745
  log(f'RET _summarize with ret as {ret}')
746
  return ret
747
 
748
+ def summarize(text, max_len=400):
749
  log(f'CALL summarize')
750
 
751
  words = text.split()