Gagan Bhatia commited on
Commit
9f87b83
1 Parent(s): 3bbdfe3

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