Elegbede commited on
Commit
95405ab
1 Parent(s): ecdb766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -33,6 +33,14 @@ iface = gr.Interface(
33
  fn=predict_input_image,
34
  inputs=gr.Image(),
35
  outputs='text',
 
 
 
 
 
 
 
 
36
  )
37
 
38
  # Launch the interface
 
33
  fn=predict_input_image,
34
  inputs=gr.Image(),
35
  outputs='text',
36
+ examples = [
37
+ ['G_101.jpg'],
38
+ ['N_10.jpg'],
39
+ ['M_107.jpg'],
40
+ ['N_101.jpg'],
41
+ ['M_119.jpg'],
42
+ ['N_128.jpg']
43
+ ]
44
  )
45
 
46
  # Launch the interface