tsi-org commited on
Commit
5a5fa18
1 Parent(s): af62f7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -244,11 +244,10 @@ def make3d(images):
244
 
245
 
246
  _HEADER_ = '''
247
- <h2><b>Official 🤗 Gradio Demo</b></h2><h2><a href='https://github.com/TencentARC/InstantMesh' target='_blank'><b>InstantMesh: 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
- 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
- If InstantMesh is helpful, please help to ⭐ the <a href='https://github.com/TencentARC/InstantMesh' target='_blank'>Github Repo</a>. Thanks! [![GitHub Stars](https://img.shields.io/github/stars/TencentARC/InstantMesh?style=social)](https://github.com/TencentARC/InstantMesh)
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