Spaces:
Sleeping
Sleeping
Commit
·
eb0073f
1
Parent(s):
92fbec3
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ article = 'Demo del proyecto para Saturdays.\nAutores del modelo: [...] '
|
|
31 |
|
32 |
interface = gr.Interface(
|
33 |
predict,
|
34 |
-
inputs = [gr.outputs.Image(
|
35 |
outputs= [gr.outputs.Label(num_top_classes=2, label='Retina')],
|
36 |
title = title, description = description, article = article,
|
37 |
theme = 'peach',
|
|
|
31 |
|
32 |
interface = gr.Interface(
|
33 |
predict,
|
34 |
+
inputs = [gr.outputs.Image()],
|
35 |
outputs= [gr.outputs.Label(num_top_classes=2, label='Retina')],
|
36 |
title = title, description = description, article = article,
|
37 |
theme = 'peach',
|