Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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',
|