Lrosado commited on
Commit
5de121f
·
verified ·
1 Parent(s): b17c30a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ import pandas as pd
9
  from huggingface_hub import CommitScheduler
10
  from pathlib import Path
11
 
12
- os.system("python train.py")
 
13
 
14
  log_file = Path("logs/") / f"data_{uuid.uuid4()}.json"
15
  log_folder = log_file.parent
 
9
  from huggingface_hub import CommitScheduler
10
  from pathlib import Path
11
 
12
+ #Below re-trains the model (must configure train.py to refer to updated data)
13
+ #os.system("python train.py")
14
 
15
  log_file = Path("logs/") / f"data_{uuid.uuid4()}.json"
16
  log_folder = log_file.parent