gagan3012 commited on
Commit
701f097
·
1 Parent(s): 57b9622

Update predict_model.py

Browse files
Files changed (1) hide show
  1. src/models/predict_model.py +0 -1
src/models/predict_model.py CHANGED
@@ -15,4 +15,3 @@ def predict_model(text: str):
15
  pre_summary = model.predict(text)
16
  return pre_summary
17
 
18
- print(pre_summary)
 
15
  pre_summary = model.predict(text)
16
  return pre_summary
17