marcossalinas commited on
Commit
d1dfaf3
·
1 Parent(s): f9f1f56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = ['10.png', '82.png', '15.png', '48.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', '25.png', '48.png', '61.png', '37.png', '631.png', '23.png', '8.png']
76
  )
77
 
78
  interface.launch()