bigcode-editor / start.py
Daniel Fried
remove logging and simplify structure
d3c5d0d
import subprocess
subprocess.run("uvicorn app:app --timeout-keep-alive 300 --host 0.0.0.0 --port 7860", shell=True)