Spaces:
Runtime error
Runtime error
| title: MusePose | |
| emoji: 🐢 | |
| colorFrom: green | |
| colorTo: blue | |
| sdk: gradio | |
| sdk_version: 4.36.1 | |
| app_file: app.py | |
| pinned: false | |
| license: other | |
| # MusePose-WebUI | |
| Gradio-based WebUI For [MusePose](https://github.com/TMElyralab/MusePose) | |
|  | |
| https://github.com/jhj0517/MusePose-WebUI/assets/97279763/d3d3f61c-922f-4a78-a8a9-b3c0bf1c6e01 | |
| # Feature | |
| - Extract and align skeletons from input image & video in Step1 | |
| - Make image move in Step2 | |
| # Installation and Running | |
| 1. git clone this repository | |
| ``` | |
| git clone https://github.com/jhj0517/MusePose-WebUI.git | |
| ``` | |
| 2. Intall dependencies | |
| ``` | |
| pip -r requirements.txt | |
| ``` | |
| 3. Run the WebUI | |
| ``` | |
| python app.py | |
| ``` | |
| ### HuggingFace Space | |
| [HuggingFace Space](https://huggingface.co/spaces/jhj0517/musepose) | |
| ### Colab | |
| [](https://colab.research.google.com/github/jhj0517/MusePose-WebUI/blob/main/notebook/musepose_webui.ipynb) | |