Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ interface = gr.Interface(
|
|
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 |
|
|
|
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 |
|