Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -186,11 +186,20 @@ def build_demo():
|
|
| 186 |
demo.load(start_session, outputs=[session_state])
|
| 187 |
|
| 188 |
with gr.Column(elem_id="col-container"):
|
| 189 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 190 |
gr.Markdown(
|
| 191 |
-
"""
|
| 192 |
-
|
| 193 |
-
• Source: [Github](https://github.com/wgsxm/PartCrafter)
|
| 194 |
• HF Space by : [@alexandernasa](https://twitter.com/alexandernasa/) """
|
| 195 |
)
|
| 196 |
with gr.Row():
|
|
|
|
| 186 |
demo.load(start_session, outputs=[session_state])
|
| 187 |
|
| 188 |
with gr.Column(elem_id="col-container"):
|
| 189 |
+
gr.HTML(
|
| 190 |
+
"""
|
| 191 |
+
<div style="text-align: center;">
|
| 192 |
+
<p style="font-size:16px; display: inline; margin: 0;">
|
| 193 |
+
<strong>PartCrafter</strong> – Structured 3D Mesh Generation via Compositional Latent Diffusion Transformers
|
| 194 |
+
</p>
|
| 195 |
+
<a href="https://github.com/wgsxm/PartCrafter" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
| 196 |
+
<img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
|
| 197 |
+
</a>
|
| 198 |
+
</div>
|
| 199 |
+
"""
|
| 200 |
+
)
|
| 201 |
gr.Markdown(
|
| 202 |
+
"""
|
|
|
|
|
|
|
| 203 |
• HF Space by : [@alexandernasa](https://twitter.com/alexandernasa/) """
|
| 204 |
)
|
| 205 |
with gr.Row():
|