From 10b3de9e6f1678d02c08649606d375023adbc84b Mon Sep 17 00:00:00 2001 From: JeffreyXiang Date: Tue, 16 Dec 2025 20:13:17 +0000 Subject: [PATCH] Fix website url --- README.md | 6 +++--- app.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b461083..f499a6f 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ # Native and Compact Structured Latents for 3D Generation -Paper +Paper Hugging Face -Project Page +Project Page License -https://github.com/user-attachments/assets/5ee056e4-73a9-4fd8-bf60-59cae90d3dfc +https://github.com/user-attachments/assets/63b43a7e-acc7-4c81-a900-6da450527d8f *(Compressed version due to GitHub size limits. See the full-quality video on our project page!)* diff --git a/app.py b/app.py index b6dea25..74b882b 100644 --- a/app.py +++ b/app.py @@ -516,7 +516,7 @@ def extract_glb( with gr.Blocks(delete_cache=(600, 600)) as demo: gr.Markdown(""" - ## Image to 3D Asset with [TRELLIS.2](https://microsoft.github.io/trellis.2) + ## Image to 3D Asset with [TRELLIS.2](https://microsoft.github.io/TRELLIS.2) * Upload an image (preferably with an alpha-masked foreground object) and click Generate to create a 3D asset. * Click Extract GLB to export and download the generated GLB file if you're satisfied with the result. Otherwise, try another time. """)