update readme
Browse files
app.py
CHANGED
|
@@ -29,13 +29,20 @@ from gradio_app.all_models import model_zoo
|
|
| 29 |
_TITLE = '''Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image'''
|
| 30 |
_DESCRIPTION = '''
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
# [Project page](https://wukailu.github.io/Unique3D/)
|
| 33 |
|
| 34 |
* High-fidelity and diverse textured meshes generated by Unique3D from single-view images.
|
| 35 |
|
| 36 |
* The demo is still under construction, and more features are expected to be implemented soon.
|
| 37 |
|
| 38 |
-
|
|
|
|
| 39 |
'''
|
| 40 |
|
| 41 |
def launch():
|
|
|
|
| 29 |
_TITLE = '''Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image'''
|
| 30 |
_DESCRIPTION = '''
|
| 31 |
|
| 32 |
+
<div>
|
| 33 |
+
<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">
|
| 34 |
+
</a>
|
| 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 |
|
| 42 |
* The demo is still under construction, and more features are expected to be implemented soon.
|
| 43 |
|
| 44 |
+
* The demo takes around 50 seconds on L4.
|
| 45 |
+
|
| 46 |
'''
|
| 47 |
|
| 48 |
def launch():
|