MjolnirThor commited on
Commit
dae49b0
·
verified ·
1 Parent(s): dfb5811

Create run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -0
run.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ import train # This will start the training
2
+ from app import app # This imports your FastAPI app