SOSSY commited on
Commit
e1ea0af
·
verified ·
1 Parent(s): 38bf607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def process_image(input_image, method, blur_intensity):
78
 
79
  # Build a Gradio interface
80
  with gr.Blocks() as demo:
81
- gr.Markdown("## Image Processing App: Segmentation & Depth-based Blur")
82
 
83
  with gr.Row():
84
  with gr.Column():
 
78
 
79
  # Build a Gradio interface
80
  with gr.Blocks() as demo:
81
+ gr.Markdown("## FocusFusion: Segmentation & Depth Blur")
82
 
83
  with gr.Row():
84
  with gr.Column():