Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,6 @@ interface = gr.Interface(
|
|
61 |
fn=segment_image,
|
62 |
inputs=gr.Image(),
|
63 |
outputs=gr.Image(),
|
64 |
-
examples=["
|
65 |
title="Segmentaci贸n Sem谩ntica con FastAI",
|
66 |
).launch(share=False)
|
|
|
61 |
fn=segment_image,
|
62 |
inputs=gr.Image(),
|
63 |
outputs=gr.Image(),
|
64 |
+
examples=["color_184.jpg","color_154.jpg","color_180.jpg"],
|
65 |
title="Segmentaci贸n Sem谩ntica con FastAI",
|
66 |
).launch(share=False)
|