Spaces:
Runtime error
Runtime error
Update predict_model.py
Browse files
src/models/predict_model.py
CHANGED
@@ -3,6 +3,7 @@ import yaml
|
|
3 |
from model import Summarization
|
4 |
|
5 |
|
|
|
6 |
"""
|
7 |
Predict the summary of the given text.
|
8 |
"""
|
|
|
3 |
from model import Summarization
|
4 |
|
5 |
|
6 |
+
def predict_model(text: str):
|
7 |
"""
|
8 |
Predict the summary of the given text.
|
9 |
"""
|