varl42 commited on
Commit
cc6af15
·
1 Parent(s): 120d786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def summarize_text(text):
32
 
33
  # Tokenize abstract
34
  inputs = tokenizer(abstract,
35
- max_length=512,
36
  return_tensors="pt",
37
  truncation=True)
38
 
 
32
 
33
  # Tokenize abstract
34
  inputs = tokenizer(abstract,
35
+ max_length=1024,
36
  return_tensors="pt",
37
  truncation=True)
38