Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DShrimp/PoseMaker
Semii
/
OpenPoseSkeleton
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e560e2f
OpenPoseSkeleton
/
start.py
Semii
Duplicate from DShrimp/PoseMaker
bd7f701
about 2 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
95 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app --host 0.0.0.0 --port 7860"
, shell=
True
)