filipeclduarte commited on
Commit
8c13840
·
1 Parent(s): 1634b55

Delete start.py

Browse files
Files changed (1) hide show
  1. start.py +0 -3
start.py DELETED
@@ -1,3 +0,0 @@
1
- import subprocess
2
-
3
- subprocess.run("uvicorn module.app:app --host 0.0.0.0 --port 7860", shell=True)