Yiwen-ntu commited on
Commit
c4ca51a
β€’
1 Parent(s): 13edb39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -183,6 +183,8 @@ def do_inference(input_3d, sample_seed=0, do_sampling=False, do_marching_cubes=F
183
  _HEADER_ = '''
184
  <h2><b>Official πŸ€— Gradio Demo</b></h2><h2><a href='https://github.com/buaacyw/MeshAnything' target='_blank'><b>MeshAnything: Artist-Created Mesh Generation with Autoregressive Transformers</b></a></h2>
185
 
 
 
186
  **MeshAnything** converts any 3D representation into meshes created by human artists, i.e., Artist-Created Meshes (AMs).
187
 
188
  Code: <a href='https://github.com/buaacyw/MeshAnything' target='_blank'>GitHub</a>. Arxiv Paper: <a href='https://arxiv.org/abs/2406.10163' target='_blank'>ArXiv</a>.
 
183
  _HEADER_ = '''
184
  <h2><b>Official πŸ€— Gradio Demo</b></h2><h2><a href='https://github.com/buaacyw/MeshAnything' target='_blank'><b>MeshAnything: Artist-Created Mesh Generation with Autoregressive Transformers</b></a></h2>
185
 
186
+ Try V2 here: https://huggingface.co/spaces/Yiwen-ntu/MeshAnythingV2
187
+
188
  **MeshAnything** converts any 3D representation into meshes created by human artists, i.e., Artist-Created Meshes (AMs).
189
 
190
  Code: <a href='https://github.com/buaacyw/MeshAnything' target='_blank'>GitHub</a>. Arxiv Paper: <a href='https://arxiv.org/abs/2406.10163' target='_blank'>ArXiv</a>.