Eric Michael Martinez
update
eba7095
raw
history blame contribute delete
96 Bytes
import subprocess
subprocess.run("uvicorn app.app:app --host 0.0.0.0 --port 7860", shell=True)