marianna13 commited on
Commit
c251469
1 Parent(s): 7e7078f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -39,16 +39,16 @@ iface = gr.Interface(fn=predict,
39
  description=description,
40
  examples=[[
41
  [
42
- '/content/irises.jpg',
43
- '/content/roses.jpg',
44
- '/content/sunflower.jpg',
45
- '/content/violets.jpg',
46
- '/content/chamomile.jpg',
47
- '/content/tulips.jpg',
48
- '/content/Alstroemeria.jpg',
49
- '/content/Carnation.jpg',
50
- '/content/Orchid.jpg',
51
- '/content/Peony.jpg'
52
  ], 0.01]]
53
  )
54
 
39
  description=description,
40
  examples=[[
41
  [
42
+ 'irises.jpg',
43
+ 'roses.jpg',
44
+ 'sunflower.jpg',
45
+ 'violets.jpg',
46
+ 'chamomile.jpg',
47
+ 'tulips.jpg',
48
+ 'Alstroemeria.jpg',
49
+ 'Carnation.jpg',
50
+ 'Orchid.jpg',
51
+ 'Peony.jpg'
52
  ], 0.01]]
53
  )
54