ancebuc commited on
Commit
ca8b4bf
1 Parent(s): 13983fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"), outputs="image",examples=['color_158.jpg','color_157.jpg']).launch(share=False)
 
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)