yolov8-pose-api / start.py
unfinity
fix module
fa822b0
raw
history blame
92 Bytes
import subprocess
subprocess.run("uvicorn api:app --host 0.0.0.0 --port 7860", shell=True)