ayoubkirouane
commited on
Commit
•
7dcefd8
1
Parent(s):
d1f502b
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def run(img):
|
|
76 |
iface = gr.Interface(
|
77 |
fn=run,
|
78 |
inputs=gr.Image(label="Input image", type="pil"),
|
79 |
-
examples=["
|
80 |
outputs=gr.Image(label="Output image with predicted instance Masks", type="pil"),
|
81 |
title="Image Segmentation with Segments-Sidewalk-SegFormer-B0",
|
82 |
description="Upload an image, and this app will perform image segmentation and display the result",
|
|
|
76 |
iface = gr.Interface(
|
77 |
fn=run,
|
78 |
inputs=gr.Image(label="Input image", type="pil"),
|
79 |
+
examples=["1.png" , "2.png"] ,
|
80 |
outputs=gr.Image(label="Output image with predicted instance Masks", type="pil"),
|
81 |
title="Image Segmentation with Segments-Sidewalk-SegFormer-B0",
|
82 |
description="Upload an image, and this app will perform image segmentation and display the result",
|