Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
@@ -137,11 +137,8 @@ with gr.Blocks(theme=gr.themes.Default(text_size="lg", radius_size="none")) as d
|
|
137 |
title = gr.HTML("""<h1 text-align="center">In the Wild</h1>
|
138 |
<p style='font-size: 16px;'>Challenging in-the-wild reconstructions from iPhone photos & AI-generated images!</p>
|
139 |
""")
|
140 |
-
gallery_wild = gr.Gallery([("examples/wild/
|
141 |
-
("examples/wild/
|
142 |
-
("examples/wild/plant.jpg", "iPhone-plant"),
|
143 |
-
("examples/wild/pushcar.jpg", "iPhone-pushcar"),
|
144 |
-
("examples/wild/chair.jpg", "iPhone-chair")],
|
145 |
columns=3,
|
146 |
allow_preview=False)
|
147 |
gallery_wild.select(fn=on_select,
|
|
|
137 |
title = gr.HTML("""<h1 text-align="center">In the Wild</h1>
|
138 |
<p style='font-size: 16px;'>Challenging in-the-wild reconstructions from iPhone photos & AI-generated images!</p>
|
139 |
""")
|
140 |
+
gallery_wild = gr.Gallery([("examples/wild/pushcar.jpg", "iPhone-pushcar"),
|
141 |
+
("examples/wild/plant.jpg", "iPhone-plant")],
|
|
|
|
|
|
|
142 |
columns=3,
|
143 |
allow_preview=False)
|
144 |
gallery_wild.select(fn=on_select,
|