Upload app.py
Browse files
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"
|