Spaces:
Runtime error
Runtime error
Update hg_app.py
Browse files
hg_app.py
CHANGED
|
@@ -252,17 +252,12 @@ def build_app():
|
|
| 252 |
title_html = """
|
| 253 |
<div style="font-size: 2em; font-weight: bold; text-align: center; margin-bottom: 5px">
|
| 254 |
|
| 255 |
-
Hunyuan3D-2:
|
| 256 |
</div>
|
| 257 |
<div align="center">
|
| 258 |
-
Tencent Hunyuan3D Team
|
| 259 |
-
</div>
|
| 260 |
-
<div align="center">
|
| 261 |
-
<a href="https://github.com/tencent/Hunyuan3D-2">Github Page</a>  
|
| 262 |
-
<a href="http://3d-models.hunyuan.tencent.com">Homepage</a>  
|
| 263 |
-
<a href="https://arxiv.org/abs/2501.12202">Technical Report</a>  
|
| 264 |
-
<a href="https://huggingface.co/Tencent/Hunyuan3D-2"> Models</a>  
|
| 265 |
</div>
|
|
|
|
| 266 |
"""
|
| 267 |
|
| 268 |
with gr.Blocks(theme=gr.themes.Base(), title='Hunyuan-3D-2.0', delete_cache=(1000,1000)) as demo:
|
|
|
|
| 252 |
title_html = """
|
| 253 |
<div style="font-size: 2em; font-weight: bold; text-align: center; margin-bottom: 5px">
|
| 254 |
|
| 255 |
+
Hunyuan3D-2: Yüksek Çözünürlüklü Dokulu 3B Varlık Üretimi için Ölçekleme Difüzyon Modelleri
|
| 256 |
</div>
|
| 257 |
<div align="center">
|
| 258 |
+
Hepzeka.com | Tencent Hunyuan3D Team
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 259 |
</div>
|
| 260 |
+
|
| 261 |
"""
|
| 262 |
|
| 263 |
with gr.Blocks(theme=gr.themes.Base(), title='Hunyuan-3D-2.0', delete_cache=(1000,1000)) as demo:
|