Wuvin commited on
Commit
0c552a7
1 Parent(s): b9ca23e
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -16,11 +16,13 @@ from gradio_app.all_models import model_zoo
16
  _TITLE = '''Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image'''
17
  _DESCRIPTION = '''
18
 
19
- #[Project page](https://wukailu.github.io/Unique3D/)
20
 
21
  * High-fidelity and diverse textured meshes generated by Unique3D from single-view images.
22
 
23
  * The demo is still under construction, and more features are expected to be implemented soon.
 
 
24
  '''
25
 
26
  def launch():
 
16
  _TITLE = '''Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image'''
17
  _DESCRIPTION = '''
18
 
19
+ # [Project page](https://wukailu.github.io/Unique3D/)
20
 
21
  * High-fidelity and diverse textured meshes generated by Unique3D from single-view images.
22
 
23
  * The demo is still under construction, and more features are expected to be implemented soon.
24
+
25
+ # NOTE: The Hugging Face demo is still under development and cannot produce any accurate results at the moment.
26
  '''
27
 
28
  def launch():