jkorstad commited on
Commit
f4d1d11
·
unverified ·
1 Parent(s): 4c54163

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -1,14 +1,23 @@
1
  ---
2
- title: Mesh Rigger
3
- emoji: 📉
4
- colorFrom: gray
5
- colorTo: green
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
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).