Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -148,12 +148,12 @@ def run_triposg(image: Image.Image,
|
|
148 |
# Gradio Interface
|
149 |
def build_demo():
|
150 |
with gr.Blocks() as demo:
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
with gr.Row():
|
158 |
with gr.Column(scale=1):
|
159 |
input_image = gr.Image(type="pil", label="Input Image")
|
|
|
148 |
# Gradio Interface
|
149 |
def build_demo():
|
150 |
with gr.Blocks() as demo:
|
151 |
+
gr.Markdown(
|
152 |
+
""" # PartCrafter – Structured 3D Mesh Generation via Compositional Latent Diffusion Transformers
|
153 |
+
|
154 |
+
• Source: [Github](https://github.com/wgsxm/PartCrafter)
|
155 |
+
• HF Space by : [@alexandernasa](https://twitter.com/alexandernasa/) """
|
156 |
+
)
|
157 |
with gr.Row():
|
158 |
with gr.Column(scale=1):
|
159 |
input_image = gr.Image(type="pil", label="Input Image")
|