marcossalinas commited on
Commit
eee988a
1 Parent(s): c9b524d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ interface = gr.Interface(
40
  outputs= [gr.outputs.Textbox(label='Predicci贸n')],
41
  title = title, description = description, article = article,
42
  theme = 'peach',
43
- examples = ['82.png', '15.png', '61.png', '37.png', '631.png', '23.png', '8.png', 'retina_normal.jpg']
44
  )
45
 
46
  interface.launch()
 
40
  outputs= [gr.outputs.Textbox(label='Predicci贸n')],
41
  title = title, description = description, article = article,
42
  theme = 'peach',
43
+ examples = ['82.png', '15.png', '61.png', '37.png', '631.png', '23.png', '8.png']
44
  )
45
 
46
  interface.launch()