SatCat commited on
Commit
4c81d25
1 Parent(s): 8a10f4e

Create start.py

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