Rubén Escobedo
commited on
Commit
·
480bad9
1
Parent(s):
1913466
Update app.py
Browse files
app.py
CHANGED
@@ -46,4 +46,4 @@ def predict(img):
|
|
46 |
return Image.fromarray(mask.astype('uint8'))
|
47 |
|
48 |
# Creamos la interfaz y la lanzamos.
|
49 |
-
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(128, 128)), outputs=gr.outputs.Image(shape=(128,128)),examples=['
|
|
|
46 |
return Image.fromarray(mask.astype('uint8'))
|
47 |
|
48 |
# Creamos la interfaz y la lanzamos.
|
49 |
+
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(128, 128)), outputs=gr.outputs.Image(shape=(128,128)),examples=['color_154.jpg','color_155.jpg']).launch(share=False)
|