Spaces:
Running
Running
Update app.py
Browse filesupdated app name
app.py
CHANGED
@@ -66,7 +66,7 @@ def process_image(image, effect):
|
|
66 |
return lens_blur(image)
|
67 |
|
68 |
with gr.Blocks() as demo:
|
69 |
-
gr.Markdown("#
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
uploaded_image = gr.Image(type="pil", label="Upload an Image")
|
|
|
66 |
return lens_blur(image)
|
67 |
|
68 |
with gr.Blocks() as demo:
|
69 |
+
gr.Markdown("# BokehBot: Gaussian and Lens Blur Effects")
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
uploaded_image = gr.Image(type="pil", label="Upload an Image")
|