gagan3012 commited on
Commit
58c9815
·
1 Parent(s): eb0d63c

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
@@ -3,7 +3,6 @@ import yaml
3
  from model import Summarization
4
 
5
 
6
- def predict_model(text):
7
  """
8
  Predict the summary of the given text.
9
  """
 
3
  from model import Summarization
4
 
5
 
 
6
  """
7
  Predict the summary of the given text.
8
  """