pengHTYX commited on
Commit
e84d6ba
1 Parent(s): 5ca6385

add git repo

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -50,10 +50,9 @@ _TITLE = '''Era3D: High-Resolution Multiview Diffusion using Efficient Row-wise
50
  _DESCRIPTION = '''
51
  <div>
52
  Generate consistent high-resolution multi-view normals maps and color images.
53
- <a style="display:inline-block; margin-left: .5em" href='https://github.com/pengHTYX/Era3D'><img src='https://img.shields.io/github/stars/pengHTYX/Era3D?style=social' /></a>
54
  </div>
55
  <div>
56
- The demo does not include the mesh reconstruction part, please visit <a href="https://github.com/pengHTYX/Era3D">our github repo</a> to get a textured mesh.
57
  </div>
58
  '''
59
  _GPU_ID = 0
 
50
  _DESCRIPTION = '''
51
  <div>
52
  Generate consistent high-resolution multi-view normals maps and color images.
 
53
  </div>
54
  <div>
55
+ The demo does not include the mesh reconstruction part, please visit <a href="https://github.com/pengHTYX/Era3D"><img src='https://img.shields.io/github/stars/pengHTYX/Era3D?style=social' /></a> to get a textured mesh.
56
  </div>
57
  '''
58
  _GPU_ID = 0