p208p2002's picture
Fix port
e5e27ac
raw
history blame contribute delete
No virus
96 Bytes
import subprocess
subprocess.run("uvicorn server:app --host 0.0.0.0 --port 7860", shell=True)