davelop commited on
Commit
6446bac
·
verified ·
1 Parent(s): 79abe93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
50
  fn=segment_face,
51
  inputs=gr.Image(type="numpy", label="Upload Face Image"),
52
  outputs=gr.Image(type="numpy", label="Segmentation Mask"),
53
- title="Face Segmentation using Deep Learning",
54
  description="Upload a face image to get a segmentation mask with different facial components marked in color."
55
  )
56
 
 
50
  fn=segment_face,
51
  inputs=gr.Image(type="numpy", label="Upload Face Image"),
52
  outputs=gr.Image(type="numpy", label="Segmentation Mask"),
53
+ title="Face Segmentation",
54
  description="Upload a face image to get a segmentation mask with different facial components marked in color."
55
  )
56