eogreen commited on
Commit
6fca5d1
1 Parent(s): 63eb0c0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ from pathlib import Path
13
  import subprocess
14
 
15
  # Run the training script
16
- subprocess.run(["python", "train.py"])
17
- print('done!')
18
 
19
  # Configure the logging functionality
20
  log_file = Path("logs/") / f"data_{uuid.uuid4()}.json"
 
13
  import subprocess
14
 
15
  # Run the training script
16
+ #subprocess.run(["python", "train.py"])
17
+ #print('done!')
18
 
19
  # Configure the logging functionality
20
  log_file = Path("logs/") / f"data_{uuid.uuid4()}.json"