Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
6df7c61
1
Parent(s):
25a8db5
Update predict_model.py
Browse files
src/models/predict_model.py
CHANGED
@@ -10,3 +10,4 @@ def predict_model(text):
|
|
10 |
pre_summary = model.predict(text)
|
11 |
return pre_summary
|
12 |
|
|
|
|
10 |
pre_summary = model.predict(text)
|
11 |
return pre_summary
|
12 |
|
13 |
+
if __name__ == '__main__':
|