h-shibuya's picture
Update public_src/start.py
338e0a4 verified
raw
history blame contribute delete
102 Bytes
import subprocess
subprocess.run("uvicorn public_src.app:app --host 0.0.0.0 --port 7860", shell=True)