Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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 |
|