Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.44.1
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
-
short_description: Rig any mesh utilizing UniRig in this Space
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: UniRig AutoRigger
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.44.1
|
| 8 |
+
python_version: 3.11
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: apache-2.0
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# UniRig AutoRigger
|
| 15 |
+
|
| 16 |
+
This Space uses UniRig to automatically rig 3D meshes provided in `.glb` format.
|
| 17 |
+
|
| 18 |
+
**How to use:**
|
| 19 |
+
1. Upload your `.glb` file.
|
| 20 |
+
2. Wait for the rigging process to complete.
|
| 21 |
+
3. The rigged model will be displayed and available for download.
|
| 22 |
+
|
| 23 |
+
Powered by [UniRig](https://github.com/VAST-AI-Research/UniRig) and [Gradio](https://gradio.app).
|