Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +2 -7
gradio_app.py
CHANGED
@@ -209,14 +209,9 @@ def build_app():
|
|
209 |
Hunyuan3D-2: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation
|
210 |
</div>
|
211 |
<div align="center">
|
212 |
-
|
213 |
-
</div>
|
214 |
-
<div align="center">
|
215 |
-
<a href="https://github.com/tencent/Hunyuan3D-2">Github Page</a>  
|
216 |
-
<a href="http://3d-models.hunyuan.tencent.com">Homepage</a>  
|
217 |
-
<a href="#">Technical Report</a>  
|
218 |
-
<a href="https://huggingface.co/Tencent/Hunyuan3D-2"> Models</a>  
|
219 |
</div>
|
|
|
220 |
"""
|
221 |
|
222 |
with gr.Blocks(theme=gr.themes.Base(), title='Hunyuan-3D-2.0') as demo:
|
|
|
209 |
Hunyuan3D-2: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation
|
210 |
</div>
|
211 |
<div align="center">
|
212 |
+
Gnostic Dev
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
</div>
|
214 |
+
|
215 |
"""
|
216 |
|
217 |
with gr.Blocks(theme=gr.themes.Base(), title='Hunyuan-3D-2.0') as demo:
|