coder-demo / start.py
khulnasoft's picture
Create start.py
62217a5 verified
raw
history blame contribute delete
No virus
124 Bytes
import subprocess
subprocess.run("uvicorn modules.app:app --timeout-keep-alive 300 --host 0.0.0.0 --port 7860", shell=True)