Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -310,7 +310,7 @@ def build_demo():
|
|
310 |
"""
|
311 |
<div style="text-align: center;">
|
312 |
<p style="font-size:16px; display: inline; margin: 0;">
|
313 |
-
<strong
|
314 |
</p>
|
315 |
<a href="https://github.com/wgsxm/PartCrafter" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
316 |
<img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
|
@@ -326,7 +326,7 @@ def build_demo():
|
|
326 |
)
|
327 |
input_image = gr.Image(type="filepath", label="Input Image", height=256)
|
328 |
num_parts = gr.Slider(1, MAX_NUM_PARTS, value=4, step=1, label="Number of Parts")
|
329 |
-
run_button = gr.Button("Generate 3D Parts", variant="primary")
|
330 |
|
331 |
with gr.Accordion("Advanced Settings", open=False):
|
332 |
seed = gr.Number(value=0, label="Random Seed", precision=0)
|
|
|
310 |
"""
|
311 |
<div style="text-align: center;">
|
312 |
<p style="font-size:16px; display: inline; margin: 0;">
|
313 |
+
<strong>PartCrafter</strong> – Structured 3D Mesh Generation via Compositional Latent Diffusion Transformers
|
314 |
</p>
|
315 |
<a href="https://github.com/wgsxm/PartCrafter" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
316 |
<img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
|
|
|
326 |
)
|
327 |
input_image = gr.Image(type="filepath", label="Input Image", height=256)
|
328 |
num_parts = gr.Slider(1, MAX_NUM_PARTS, value=4, step=1, label="Number of Parts")
|
329 |
+
run_button = gr.Button("🧩 Generate 3D Parts", variant="primary")
|
330 |
|
331 |
with gr.Accordion("Advanced Settings", open=False):
|
332 |
seed = gr.Number(value=0, label="Random Seed", precision=0)
|