nurihp commited on
Commit
fed7d8f
1 Parent(s): c4164b9

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.Label(num_top_classes=3),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(shape=(128, 128)),examples=['color_154.jpg','color_155.jpg']).launch(share=False)