Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
5a92084
1
Parent(s):
7d8eeca
Update predict_model.py
Browse files
src/models/predict_model.py
CHANGED
@@ -9,4 +9,3 @@ def predict_model(text):
|
|
9 |
model.load_model()
|
10 |
pre_summary = model.predict(text)
|
11 |
return pre_summary
|
12 |
-
|
|
|
9 |
model.load_model()
|
10 |
pre_summary = model.predict(text)
|
11 |
return pre_summary
|
|