Blaise-g commited on
Commit
8fffe22
Β·
1 Parent(s): 4eed4bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ logging.basicConfig(
20
 
21
  def proc_submission(
22
  input_text: str,
23
- model_type: str = 'LongT5',
24
- summary_type: str = 'TLDR',
25
  num_beams,
26
  token_batch_length,
27
  length_penalty,
 
20
 
21
  def proc_submission(
22
  input_text: str,
23
+ model_type: str
24
+ summary_type: str,
25
  num_beams,
26
  token_batch_length,
27
  length_penalty,