Soumen commited on
Commit
e993791
·
1 Parent(s): 046a8f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -70,7 +70,8 @@ def engsum(output):
70
 
71
  out = query({
72
  "inputs": output,
73
- "min_length":300
 
74
  })
75
  if isinstance(out, list) and out[0].get("generated_text"):
76
  text_output = out[0]["generated_text"]
 
70
 
71
  out = query({
72
  "inputs": output,
73
+ "min_length":450,
74
+ "max_length": 650
75
  })
76
  if isinstance(out, list) and out[0].get("generated_text"):
77
  text_output = out[0]["generated_text"]