Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def classify_image(inp):
|
|
62 |
iface = gr.Interface(
|
63 |
fn=classify_image,
|
64 |
inputs=gr.inputs.Image(shape=(192, 256)),
|
65 |
-
outputs=[gr.outputs.
|
66 |
capture_session=True,
|
67 |
title="Detecção de Catarata",
|
68 |
description="Esta interface permite a detecção de catarata em imagens de olhos.",
|
|
|
62 |
iface = gr.Interface(
|
63 |
fn=classify_image,
|
64 |
inputs=gr.inputs.Image(shape=(192, 256)),
|
65 |
+
outputs=[gr.outputs.Image(type="numpy"), gr.outputs.Image(type="numpy"), gr.outputs.Label()],
|
66 |
capture_session=True,
|
67 |
title="Detecção de Catarata",
|
68 |
description="Esta interface permite a detecção de catarata em imagens de olhos.",
|