Spaces:
Sleeping
Sleeping
Commit
·
968587f
1
Parent(s):
b24ca23
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ interface = gr.Interface(
|
|
| 72 |
outputs= [gr.outputs.Label(num_top_classes=2, label='Retina'), gr.outputs.Label(num_top_classes=4, label='Enfermedad')],
|
| 73 |
title = title, description = description, article = article,
|
| 74 |
theme = 'peach',
|
| 75 |
-
examples = ['82.png', '15.png', '61.png', '37.png', '631.png', '23.png', '8.png']
|
| 76 |
)
|
| 77 |
|
| 78 |
interface.launch()
|
|
|
|
| 72 |
outputs= [gr.outputs.Label(num_top_classes=2, label='Retina'), gr.outputs.Label(num_top_classes=4, label='Enfermedad')],
|
| 73 |
title = title, description = description, article = article,
|
| 74 |
theme = 'peach',
|
| 75 |
+
examples = ['10.png', '82.png', '15.png', '48.png', '61.png', '37.png', '631.png', '23.png', '8.png']
|
| 76 |
)
|
| 77 |
|
| 78 |
interface.launch()
|