gagan3012 commited on
Commit
eb0d63c
·
1 Parent(s): 9e2e920

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