Spaces:
Running
on
Zero
Running
on
Zero
change title
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size="lg", radius_size="none")) as d
|
|
140 |
inputs=None,
|
141 |
outputs=[file_upload, part_queries])
|
142 |
with gr.Column(scale=6):
|
143 |
-
title = gr.HTML("""<h1 text-align="center">In the Wild</h1>
|
144 |
<p style='font-size: 16px;'>Challenging examples in-the-wild reconstructions from iPhone photos and PartObjaverseTiny!</p>
|
145 |
""")
|
146 |
gallery_wild = gr.Gallery([("examples/wild/pushcar.jpg", "iPhone-pushcar"),
|
|
|
140 |
inputs=None,
|
141 |
outputs=[file_upload, part_queries])
|
142 |
with gr.Column(scale=6):
|
143 |
+
title = gr.HTML("""<h1 text-align="center">In the Wild & PartObjaverse-Tiny</h1>
|
144 |
<p style='font-size: 16px;'>Challenging examples in-the-wild reconstructions from iPhone photos and PartObjaverseTiny!</p>
|
145 |
""")
|
146 |
gallery_wild = gr.Gallery([("examples/wild/pushcar.jpg", "iPhone-pushcar"),
|