Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -239,8 +239,8 @@ HTML_OUTPUT_PLACEHOLDER = f"""
|
|
239 |
"""
|
240 |
MAX_SEED = 1e7
|
241 |
|
242 |
-
title = "##
|
243 |
-
description = "
|
244 |
|
245 |
with gr.Blocks().queue() as demo:
|
246 |
gr.Markdown(title)
|
|
|
239 |
"""
|
240 |
MAX_SEED = 1e7
|
241 |
|
242 |
+
title = "## AI 3D Model Generator"
|
243 |
+
description = "Our Image-to-3D Generator transforms your 2D photos into stunning, AI generated 3D models—ready for games, AR/VR, or 3D printing. Our AI 3D Modeling is based on Hunyuan 2.0. Check more in [imgto3d.ai](https://www.imgto3d.ai)."
|
244 |
|
245 |
with gr.Blocks().queue() as demo:
|
246 |
gr.Markdown(title)
|