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

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
@@ -1,6 +1,7 @@
1
  import yaml
2
 
3
  from .model import Summarization
 
4
 
5
  def predict_model(text):
6
  """
 
1
  import yaml
2
 
3
  from .model import Summarization
4
+ import pandas as pd
5
 
6
  def predict_model(text):
7
  """