fastapi-uvicorn / start.py
IsidoreSong's picture
Update start.py
75c48af verified
raw
history blame contribute delete
106 Bytes
import subprocess
subprocess.run("uvicorn src.pyscripts.run:app --host 0.0.0.0 --port 7860", shell=True)