murcherful commited on
Commit
f1d4f0b
·
1 Parent(s): 0bea325

update readme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ The "Post-processing" will merge the small parts according to the threshold. The
176
 
177
  [Paper](https://arxiv.org/abs/2509.08643) | [Project Page](https://yanxinhao.github.io/Projects/X-Part/) | [Code](https://github.com/Tencent-Hunyuan/Hunyuan3D-Part/XPart/) | [Model](https://huggingface.co/tencent/Hunyuan3D-Part)
178
 
179
- This is a demo of XPart, a high-fidelity and structure-coherent shape-decomposition method that can generate parts from a 3D model.
180
  Input a mesh, segment it using P3-SAM on the left, and push the "Generate" button to get the generated parts.
181
  ''' )
182
  xpart_button = gr.Button("Generate")
 
176
 
177
  [Paper](https://arxiv.org/abs/2509.08643) | [Project Page](https://yanxinhao.github.io/Projects/X-Part/) | [Code](https://github.com/Tencent-Hunyuan/Hunyuan3D-Part/XPart/) | [Model](https://huggingface.co/tencent/Hunyuan3D-Part)
178
 
179
+ This is a demo of the lite version of XPart, a high-fidelity and structure-coherent shape-decomposition method that can generate parts from a 3D model.
180
  Input a mesh, segment it using P3-SAM on the left, and push the "Generate" button to get the generated parts.
181
  ''' )
182
  xpart_button = gr.Button("Generate")