Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ def do_inference(input_3d, sample_seed=0, do_sampling=False, do_marching_cubes=F
|
|
187 |
|
188 |
|
189 |
_HEADER_ = '''
|
190 |
-
<h2><b>Official 🤗 Gradio Demo</b></h2><h2><a href='https://github.com/buaacyw/
|
191 |
|
192 |
**MeshAnythingV2** converts any 3D representation into meshes created by human artists, i.e., Artist-Created Meshes (AMs).
|
193 |
|
|
|
187 |
|
188 |
|
189 |
_HEADER_ = '''
|
190 |
+
<h2><b>Official 🤗 Gradio Demo</b></h2><h2><a href='https://github.com/buaacyw/MeshAnythingV2' target='_blank'><b>MeshAnything V2: Artist-Created Mesh Generation With Adjacent Mesh Tokenization</b></a></h2>
|
191 |
|
192 |
**MeshAnythingV2** converts any 3D representation into meshes created by human artists, i.e., Artist-Created Meshes (AMs).
|
193 |
|