ginipick commited on
Commit
b46d434
·
verified ·
1 Parent(s): 6bfa2e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -16
app.py CHANGED
@@ -34,22 +34,8 @@ from gradio_app.gradio_3dgen import create_ui as create_3d_ui
34
  from gradio_app.all_models import model_zoo
35
 
36
 
37
- _TITLE = '''Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image'''
38
- _DESCRIPTION = '''
39
 
40
- <div>
41
- <a style="display:inline-block" href='https://github.com/AiuniAI/Unique3D'><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/AiuniAI/Unique3D?style=social">
42
- </a>
43
- <img alt="GitHub License" src="https://img.shields.io/github/license/AiuniAI/Unique3D">
44
- </div>
45
-
46
- # [Paper](https://arxiv.org/abs/2405.20343) | [Project page](https://wukailu.github.io/Unique3D/) | [Huggingface Demo](https://huggingface.co/spaces/Wuvin/Unique3D) | [Gradio Demo](http://unique3d.demo.avar.cn/) | [Online Demo](https://www.aiuni.ai/)
47
-
48
- * High-fidelity and diverse textured meshes generated by Unique3D from single-view images.
49
-
50
- * The demo is still under construction, and more features are expected to be implemented soon.
51
-
52
- * If the Huggingface Demo is overcrowded or fails to produce stable results, you can use the Online Demo [aiuni.ai](https://www.aiuni.ai/), which is free to try (get the registration invitation code Join Discord: https://discord.gg/aiuni). However, the Online Demo is slightly different from the Gradio Demo, in that the inference speed is slower, but the generation is much more stable.
53
  '''
54
 
55
  def launch():
@@ -62,7 +48,6 @@ def launch():
62
  with gr.Row():
63
  with gr.Column(scale=1):
64
  gr.Markdown('# ' + _TITLE)
65
- gr.Markdown(_DESCRIPTION)
66
  create_3d_ui("wkl")
67
 
68
  demo.queue().launch(share=True)
 
34
  from gradio_app.all_models import model_zoo
35
 
36
 
37
+ _TITLE = '''Text to 3D'''
 
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  '''
40
 
41
  def launch():
 
48
  with gr.Row():
49
  with gr.Column(scale=1):
50
  gr.Markdown('# ' + _TITLE)
 
51
  create_3d_ui("wkl")
52
 
53
  demo.queue().launch(share=True)