marianna13 commited on
Commit
1ac63f4
1 Parent(s): ccc49b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -49,7 +49,9 @@ iface = gr.Interface(fn=predict,
49
  'Alstroemeria.jpg',
50
  'Carnation.jpg',
51
  'Orchid.jpg',
52
- 'Peony.jpg'
 
 
53
  ], 0.1]]
54
  )
55
 
 
49
  'Alstroemeria.jpg',
50
  'Carnation.jpg',
51
  'Orchid.jpg',
52
+ 'Peony.jpg',
53
+ 'Aster.jpg',
54
+ 'Dahlia.jpg'
55
  ], 0.1]]
56
  )
57