Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ def build_demo():
|
|
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/) """
|
@@ -216,7 +216,7 @@ def build_demo():
|
|
216 |
"""
|
217 |
)
|
218 |
output_model = gr.Model3D(label="Merged 3D Object", height=512)
|
219 |
-
output_dir = gr.Textbox(label="Export Directory")
|
220 |
examples = gr.Examples(
|
221 |
|
222 |
examples=[
|
|
|
188 |
with gr.Column(elem_id="col-container"):
|
189 |
|
190 |
gr.Markdown(
|
191 |
+
""" PartCrafter – Structured 3D Mesh Generation via Compositional Latent Diffusion Transformers
|
192 |
|
193 |
• Source: [Github](https://github.com/wgsxm/PartCrafter)
|
194 |
• HF Space by : [@alexandernasa](https://twitter.com/alexandernasa/) """
|
|
|
216 |
"""
|
217 |
)
|
218 |
output_model = gr.Model3D(label="Merged 3D Object", height=512)
|
219 |
+
output_dir = gr.Textbox(label="Export Directory", visible=False)
|
220 |
examples = gr.Examples(
|
221 |
|
222 |
examples=[
|