Spaces:
Runtime error
Runtime error
Update predict_model.py
Browse files
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):
|