Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
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=
|
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()
|