Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -244,11 +244,10 @@ def make3d(images):
|
|
244 |
|
245 |
|
246 |
_HEADER_ = '''
|
247 |
-
<h2><b>Official
|
248 |
|
249 |
**InstantMesh** is a feed-forward framework for efficient 3D mesh generation from a single image based on the LRM/Instant3D architecture.
|
250 |
|
251 |
-
Code: <a href='https://github.com/TencentARC/InstantMesh' target='_blank'>GitHub</a>. Techenical report: <a href='https://arxiv.org/abs/2404.07191' target='_blank'>ArXiv</a>.
|
252 |
|
253 |
❗️❗️❗️**Important Notes:**
|
254 |
- Our demo can export a .obj mesh with vertex colors or a .glb mesh now. If you prefer to export a .obj mesh with a **texture map**, please refer to our <a href='https://github.com/TencentARC/InstantMesh?tab=readme-ov-file#running-with-command-line' target='_blank'>Github Repo</a>.
|
@@ -256,7 +255,7 @@ Code: <a href='https://github.com/TencentARC/InstantMesh' target='_blank'>GitHub
|
|
256 |
'''
|
257 |
|
258 |
_CITE_ = r"""
|
259 |
-
|
260 |
---
|
261 |
📝 **Citation**
|
262 |
|
|
|
244 |
|
245 |
|
246 |
_HEADER_ = '''
|
247 |
+
<h2><b>Official Pixio Demo</b></h2><h2><a href='https://pixio.myapps.ai' target='_blank'><b>MeshCraft: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models</b></a></h2>
|
248 |
|
249 |
**InstantMesh** is a feed-forward framework for efficient 3D mesh generation from a single image based on the LRM/Instant3D architecture.
|
250 |
|
|
|
251 |
|
252 |
❗️❗️❗️**Important Notes:**
|
253 |
- Our demo can export a .obj mesh with vertex colors or a .glb mesh now. If you prefer to export a .obj mesh with a **texture map**, please refer to our <a href='https://github.com/TencentARC/InstantMesh?tab=readme-ov-file#running-with-command-line' target='_blank'>Github Repo</a>.
|
|
|
255 |
'''
|
256 |
|
257 |
_CITE_ = r"""
|
258 |
+
Get Pixio Now! <a href='https://pixio.myapps.ai' target='_blank'>Github Repo</a>.
|
259 |
---
|
260 |
📝 **Citation**
|
261 |
|