frogleo commited on
Commit
99722da
·
verified ·
1 Parent(s): db3a1a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -239,8 +239,8 @@ HTML_OUTPUT_PLACEHOLDER = f"""
239
  """
240
  MAX_SEED = 1e7
241
 
242
- title = "## Image to 3D"
243
- description = "A lightweight image to 3D converter"
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)