model2 commited on
Commit
0a3c16b
·
1 Parent(s): 492486d
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -274,14 +274,14 @@ if __name__ == "__main__":
274
  gr.Markdown("# 🥸 Advance Blur")
275
 
276
  with gr.Row():
277
- with gr.Column(scale=1, min_width=160, max_width=320):
278
  gr.Image(
279
  value="before.jpg",
280
  label="Before",
281
  show_label=True,
282
  interactive=False,
283
  )
284
- with gr.Column(scale=1, min_width=160, max_width=320):
285
  gr.Image(
286
  value="after.jpg",
287
  label="After",
 
274
  gr.Markdown("# 🥸 Advance Blur")
275
 
276
  with gr.Row():
277
+ with gr.Column(scale=1, min_width=160):
278
  gr.Image(
279
  value="before.jpg",
280
  label="Before",
281
  show_label=True,
282
  interactive=False,
283
  )
284
+ with gr.Column(scale=1, min_width=160):
285
  gr.Image(
286
  value="after.jpg",
287
  label="After",