minimalFlaskAPI / start.py
filipeclduarte's picture
starting the server
fc718c5
raw
history blame
100 Bytes
import subprocess
subprocess.run("uvicorn app:app --reload --host 0.0.0.0 --port 7860", shell=True)