flamehaze1115 commited on
Commit
e113905
1 Parent(s): c9f1e91

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -0
gradio_app.py CHANGED
@@ -46,6 +46,7 @@ _TITLE = '''Wonder3D: Single Image to 3D using Cross-Domain Diffusion'''
46
  _DESCRIPTION = '''
47
  <div>
48
  Generate consistent multi-view normals maps and color images.
 
49
  <a style="display:inline-block; margin-left: .5em" href='https://github.com/xxlong0/Wonder3D/'><img src='https://img.shields.io/github/stars/xxlong0/Wonder3D?style=social' /></a>
50
  </div>
51
  '''
 
46
  _DESCRIPTION = '''
47
  <div>
48
  Generate consistent multi-view normals maps and color images.
49
+ The demo does not include the mesh reconstruction part, please visit our github repo (https://github.com/xxlong0/Wonder3D/) to get a textured mesh.
50
  <a style="display:inline-block; margin-left: .5em" href='https://github.com/xxlong0/Wonder3D/'><img src='https://img.shields.io/github/stars/xxlong0/Wonder3D?style=social' /></a>
51
  </div>
52
  '''