KikoDM commited on
Commit
27d1707
·
1 Parent(s): 108db0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -81,6 +81,7 @@ iface = gr.Interface(
81
  interpretation="default",
82
  title = 'FER',
83
  description = 'El ',
 
84
  theme = 'grass'
85
  )
86
 
 
81
  interpretation="default",
82
  title = 'FER',
83
  description = 'El ',
84
+ examples=[["28860.png"], ["28790.png"]],
85
  theme = 'grass'
86
  )
87