Spaces:
Sleeping
Sleeping
Commit
·
5c0355a
1
Parent(s):
e35d792
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ article = 'Demo del proyecto para Saturdays.\nAutores del modelo: [...] '
|
|
58 |
interface = gr.Interface(
|
59 |
predict,
|
60 |
inputs = [gr.inputs.Image(source="upload",type="filepath", label="Imagen")],
|
61 |
-
outputs= [gr.outputs.Label(num_top_classes=2, label='Retina'), gr.outputs.
|
62 |
title = title, description = description, article = article,
|
63 |
theme = 'peach',
|
64 |
examples = ['82.png', '15.png', '61.png', '37.png', '631.png', '23.png', '8.png']
|
|
|
58 |
interface = gr.Interface(
|
59 |
predict,
|
60 |
inputs = [gr.inputs.Image(source="upload",type="filepath", label="Imagen")],
|
61 |
+
outputs= [gr.outputs.Label(num_top_classes=2, label='Retina'), gr.outputs.Label(num_top_classes=4, label='Enfermedad')],
|
62 |
title = title, description = description, article = article,
|
63 |
theme = 'peach',
|
64 |
examples = ['82.png', '15.png', '61.png', '37.png', '631.png', '23.png', '8.png']
|