T2Image / start.py
Sybghat's picture
Upload 2 files
87c0c6d
raw
history blame contribute delete
93 Bytes
import subprocess
subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860", shell=True)