Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def proc_submission(
|
|
24 |
num_beams,
|
25 |
token_batch_length,
|
26 |
length_penalty,
|
27 |
-
max_input_length: int =
|
28 |
):
|
29 |
"""
|
30 |
proc_submission - a helper function for the gradio module to process submissions
|
|
|
24 |
num_beams,
|
25 |
token_batch_length,
|
26 |
length_penalty,
|
27 |
+
max_input_length: int = 2048,
|
28 |
):
|
29 |
"""
|
30 |
proc_submission - a helper function for the gradio module to process submissions
|