Gagan Bhatia commited on
Commit
d6b264b
1 Parent(s): dc0c603

Update predict_model.py

Browse files
Files changed (1) hide show
  1. src/models/predict_model.py +1 -1
src/models/predict_model.py CHANGED
@@ -21,4 +21,4 @@ def predict_model(text):
21
  if __name__ == '__main__':
22
  text = pd.load_csv('data/processed/test.csv')['input_text'][0]
23
  pre_summary = predict_model(text)
24
- print(pre_summary)
 
21
  if __name__ == '__main__':
22
  text = pd.load_csv('data/processed/test.csv')['input_text'][0]
23
  pre_summary = predict_model(text)
24
+ print(pre_summary)