Ron Au commited on
Commit
052f90d
1 Parent(s): 27660a3

style(start.py): Formatting

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