Spaces:
Sleeping
Sleeping
Matej
commited on
Commit
·
52994fc
1
Parent(s):
87f72b7
add examples fix
Browse files
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/
|
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)
|