kamau1 commited on
Commit
1930951
·
1 Parent(s): 784c3a3

Rename start00.py to start.py

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