Spaces:
Runtime error
Runtime error
Gagan Bhatia commited on
Commit ·
b2f69cf
1
Parent(s): 7b5efb9
Update train_model.py
Browse files
src/models/train_model.py
CHANGED
|
@@ -45,5 +45,5 @@ def train_model():
|
|
| 45 |
json.dump(data, fp)
|
| 46 |
|
| 47 |
|
| 48 |
-
if __name__ ==
|
| 49 |
train_model()
|
|
|
|
| 45 |
json.dump(data, fp)
|
| 46 |
|
| 47 |
|
| 48 |
+
if __name__ == "__main__":
|
| 49 |
train_model()
|