ziqima commited on
Commit
3ad1034
·
1 Parent(s): fa68406

change title

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