Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,11 @@ interface = gr.Interface(
|
|
61 |
fn=segment_image,
|
62 |
inputs=gr.Image(type="pil"),
|
63 |
outputs=gr.Image(type="numpy"),
|
|
|
|
|
|
|
|
|
|
|
64 |
title="Segmentaci贸n Sem谩ntica con FastAI",
|
65 |
)
|
66 |
|
|
|
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 |
|