GlitchLabeler / start.py
taesiri's picture
backup
28c1a75
raw
history blame contribute delete
93 Bytes
import subprocess
subprocess.run("uvicorn main:app --host 0.0.0.0 --port 7860", shell=True)