alexnasa commited on
Commit
46240ca
·
verified ·
1 Parent(s): 4a04672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
- 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")
 
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")