chinhon commited on
Commit
142cec1
·
1 Parent(s): 79284ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -35,7 +35,6 @@ def headline_writer(text):
35
  batch = tokenizer(
36
  input_text,
37
  truncation=True,
38
- max_length=1024,
39
  padding="longest",
40
  return_tensors="pt",
41
  )
 
35
  batch = tokenizer(
36
  input_text,
37
  truncation=True,
 
38
  padding="longest",
39
  return_tensors="pt",
40
  )