model2 commited on
Commit
c3a71df
·
1 Parent(s): b441092
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ if __name__ == "__main__":
273
  with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app:
274
  gr.Markdown("# 🥸 Advance Blur")
275
 
276
- with gr.Row(max_height=300):
277
  with gr.Column(scale=1, min_width=160):
278
  gr.Image(
279
  value="before.jpg",
 
273
  with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app:
274
  gr.Markdown("# 🥸 Advance Blur")
275
 
276
+ with gr.Row(max_height=500):
277
  with gr.Column(scale=1, min_width=160):
278
  gr.Image(
279
  value="before.jpg",