Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,8 @@ def engsum(output):
|
|
70 |
|
71 |
out = query({
|
72 |
"inputs": output,
|
73 |
-
"min_length":
|
|
|
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"]
|