Spaces:
Running
on
Zero
Running
on
Zero
gradio
Browse files
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=
|
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",
|