Gagan Bhatia commited on
Commit
8b14993
1 Parent(s): fafca07

Create predict_model.py

Browse files
Files changed (1) hide show
  1. src/models/predict_model.py +5 -0
src/models/predict_model.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from .model import Summarization
2
+
3
+ def predict_model(text):
4
+ """
5
+ Predict the summary of the given text.