Gagan Bhatia commited on
Commit
a864526
1 Parent(s): 2e3ad7f

Update predict_model.py

Browse files
Files changed (1) hide show
  1. src/models/predict_model.py +1 -0
src/models/predict_model.py CHANGED
@@ -11,4 +11,5 @@ def predict_model(text):
11
  return pre_summary
12
 
13
  if __name__ == '__main__':
 
14
  pre_summary = predict_model(text)
 
11
  return pre_summary
12
 
13
  if __name__ == '__main__':
14
+ text = make_dataset(split="test")['input_text'][0]
15
  pre_summary = predict_model(text)