CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
jonigata
/
PoseMaker
source
Hugging Face
creativeml-openrail-m
updated 4y ago
View on Hugging Face
136
likes
Like
Save
Clone
overview
files
community
commits
settings
root
start.py
start.py
4 lines
Copy path
Download
Raw
Back to root
1
import subprocess
2
3
subprocess.run("uvicorn app:app --host 0.0.0.0 --port 7860", shell=True)
4