Matej commited on
Commit
52994fc
1 Parent(s): 87f72b7

add examples fix

Browse files
Files changed (1) hide show
  1. my_app.py +1 -1
my_app.py CHANGED
@@ -22,7 +22,7 @@ This model is based on the EfficientNetB0 architecture and was trained on the Fo
22
 
23
  #This model is based on the EfficientNetB0 architecture and was trained on augmented data, providing improved generalization.
24
  #"""
25
- examples = [["./examples/club_sandwich.jpg"], ["./examples/edamame.jpg"], ["./examples/dandelion.jpg"], ["./examples/eggs_benedict.jpg"]]
26
 
27
  def preprocess(image):
28
  print("before resize", image.shape)
 
22
 
23
  #This model is based on the EfficientNetB0 architecture and was trained on augmented data, providing improved generalization.
24
  #"""
25
+ examples = [["./examples/club_sandwich.jpg"], ["./examples/edamame.jpg"], ["./examples/eggs_benedict.jpg"]]
26
 
27
  def preprocess(image):
28
  print("before resize", image.shape)