mjocp54 commited on
Commit
18b63da
1 Parent(s): ccfe5dd

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from pathlib import Path
14
  # The training script will train and persist a linear regression
15
  # model with the filename 'model.joblib'
16
 
17
- os.system("train.py")
18
 
19
 
20
  # Load the freshly trained model from disk
 
14
  # The training script will train and persist a linear regression
15
  # model with the filename 'model.joblib'
16
 
17
+ os.system("python train.py")
18
 
19
 
20
  # Load the freshly trained model from disk