Update app.py
Browse files
app.py
CHANGED
@@ -61,11 +61,7 @@ interface = gr.Interface(
|
|
61 |
fn=segment_image,
|
62 |
inputs=gr.Image(type="pil"),
|
63 |
outputs=gr.Image(type="numpy"),
|
64 |
-
examples=[
|
65 |
-
"color184.jpg",
|
66 |
-
"color154.jpg",
|
67 |
-
"color180.jpg"
|
68 |
-
]
|
69 |
title="Segmentaci贸n Sem谩ntica con FastAI",
|
70 |
)
|
71 |
|
|
|
61 |
fn=segment_image,
|
62 |
inputs=gr.Image(type="pil"),
|
63 |
outputs=gr.Image(type="numpy"),
|
64 |
+
examples=["color184.jpg","color154.jpg","color180.jpg"]
|
|
|
|
|
|
|
|
|
65 |
title="Segmentaci贸n Sem谩ntica con FastAI",
|
66 |
)
|
67 |
|