jeysshon commited on
Commit
ddeb250
·
verified ·
1 Parent(s): abea708

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def image_classifier1(img):
104
  demo_model1 = gr.Interface(
105
  fn=image_classifier1,
106
  inputs="image",
107
- outputs=[gr.outputs.Image(type="numpy"), "label"],
108
  title="IsaTron V2 con Mapa de Calor"
109
  )
110
 
 
104
  demo_model1 = gr.Interface(
105
  fn=image_classifier1,
106
  inputs="image",
107
+ outputs=[gr.Image(type="numpy"), gr.Label()],
108
  title="IsaTron V2 con Mapa de Calor"
109
  )
110