nayanBhiwapurkar commited on
Commit
fa05cd8
·
verified ·
1 Parent(s): 2ff962a

Update app.py

Browse files

updated app name

Files changed (1) hide show
  1. app.py +1 -1
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("# BlurEffectsApp: Gaussian and Lens Blur Effects")
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")