OOTDiffusion-Test / start.py
lbjocson's picture
Create start.py
77d7d9d verified
raw
history blame
103 Bytes
import subprocess
subprocess.run("uvicorn run.gradio_ootd:app --host 0.0.0.0 --port 7860", shell=True)