MjolnirThor commited on
Commit
4effe9e
·
verified ·
1 Parent(s): 4936464

Delete run.py

Browse files
Files changed (1) hide show
  1. run.py +0 -11
run.py DELETED
@@ -1,11 +0,0 @@
1
- # First start the training process
2
- print("Starting training process...")
3
- import train
4
-
5
- # Then start the FastAPI app
6
- print("Starting FastAPI application...")
7
- from app import app
8
-
9
- if __name__ == "__main__":
10
- import uvicorn
11
- uvicorn.run(app, host="0.0.0.0", port=7860)