Wuvin commited on
Commit
9d4fa56
1 Parent(s): 7e5091e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -35,7 +35,7 @@ _DESCRIPTION = '''
35
  <img alt="GitHub License" src="https://img.shields.io/github/license/AiuniAI/Unique3D">
36
  </div>
37
 
38
- # [Project page](https://wukailu.github.io/Unique3D/)
39
 
40
  * High-fidelity and diverse textured meshes generated by Unique3D from single-view images.
41
 
@@ -43,6 +43,9 @@ _DESCRIPTION = '''
43
 
44
  * The demo takes around 50 seconds on L4.
45
 
 
 
 
46
  '''
47
 
48
  def launch():
 
35
  <img alt="GitHub License" src="https://img.shields.io/github/license/AiuniAI/Unique3D">
36
  </div>
37
 
38
+ # [Paper](https://arxiv.org/abs/2405.20343) | [Project page](https://wukailu.github.io/Unique3D/) | [Huggingface Demo](https://huggingface.co/spaces/Wuvin/Unique3D) | [Gradio Demo](https://u45213-bcf9-ef67553e.westx.seetacloud.com:8443/) | [Online Demo](https://www.aiuni.ai/)
39
 
40
  * High-fidelity and diverse textured meshes generated by Unique3D from single-view images.
41
 
 
43
 
44
  * The demo takes around 50 seconds on L4.
45
 
46
+ * If the Gradio Demo unfortunately hangs or is very crowded, you can use the Gradio Demo or Online Demo. The Online Demo is free to try, and the registration invitation code is `aiuni24`. However, the Online Demo is slightly different from the Gradio Demo, in that the inference speed is slower, and the generation results is less stable, but the quality of the texture is better.
47
+
48
+
49
  '''
50
 
51
  def launch():