nurihp commited on
Commit
0f5128b
1 Parent(s): fed7d8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,4 +59,4 @@ def predict(img):
59
 
60
 
61
  # Creamos la interfaz y la lanzamos.
62
- 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)
 
59
 
60
 
61
  # Creamos la interfaz y la lanzamos.
62
+ gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(128, 128)), outputs=gr.outputs.Image(),examples=['color_154.jpg','color_155.jpg']).launch(share=False)