remotewith commited on
Commit
11680ba
·
verified ·
1 Parent(s): 7baa9d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ app = gr.Interface(
88
  fn=predict,
89
  inputs=gr.Image(label="Input Image",type="pil"),
90
  outputs=gr.Image(label="Image with Segmentation",type="pil"),
91
- title = "Kamehamehaa",
92
  description="Segment image on the basis of glasses of a person",
93
  examples=[
94
  '000368.jpg',
 
88
  fn=predict,
89
  inputs=gr.Image(label="Input Image",type="pil"),
90
  outputs=gr.Image(label="Image with Segmentation",type="pil"),
91
+ title = "Specs Segmenter",
92
  description="Segment image on the basis of glasses of a person",
93
  examples=[
94
  '000368.jpg',