Blaise-g commited on
Commit
a29bb88
β€’
1 Parent(s): 9ab6cfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 1024,
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