Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -134,4 +134,4 @@ def predict(img):
|
|
134 |
return Image.fromarray(mask.astype('uint8'))
|
135 |
|
136 |
# Creamos la interfaz y la lanzamos.
|
137 |
-
gr.Interface(fn=predict, inputs="image"
|
|
|
134 |
return Image.fromarray(mask.astype('uint8'))
|
135 |
|
136 |
# Creamos la interfaz y la lanzamos.
|
137 |
+
gr.Interface(fn=predict, inputs="image", outputs="image",examples=['color_158.jpg','color_157.jpg']).launch(share=False)
|