Spaces:
Runtime error
Runtime error
Update predict_model.py
Browse files
src/models/predict_model.py
CHANGED
@@ -15,4 +15,3 @@ def predict_model(text: str):
|
|
15 |
pre_summary = model.predict(text)
|
16 |
return pre_summary
|
17 |
|
18 |
-
print(pre_summary)
|
|
|
15 |
pre_summary = model.predict(text)
|
16 |
return pre_summary
|
17 |
|
|