ziqima commited on
Commit
6ef2ecc
·
1 Parent(s): e50c077

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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/capybara.png", "DALLE-capybara"),
141
- ("examples/wild/corgi.jpg", "DALLE-corgi"),
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,