newammyp / start.py
ammyp's picture
Create start.py
045071d
raw
history blame contribute delete
91 Bytes
import subprocess
subprocess.run("uvicorn api:app --host 0.0.0.0 --port 7860", shell=True)