Gagan Bhatia commited on
Commit
17718c3
1 Parent(s): 1add363

Update model.py

Browse files
Files changed (1) hide show
  1. src/models/model.py +1 -0
src/models/model.py CHANGED
@@ -450,3 +450,4 @@ class Summarization:
450
  )
451
  for g in generated_ids
452
  ]
 
 
450
  )
451
  for g in generated_ids
452
  ]
453
+ return preds[0]