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