Update app.py
Browse files
app.py
CHANGED
@@ -40,9 +40,9 @@ def predict_freshness(image):
|
|
40 |
title = "Freshness Detector"
|
41 |
description = "Upload an image of fruit/vegetable to detect its freshness state"
|
42 |
examples = [
|
43 |
-
["apple.
|
44 |
-
["banana.
|
45 |
-
["tomato.
|
46 |
]
|
47 |
|
48 |
iface = gr.Interface(
|
|
|
40 |
title = "Freshness Detector"
|
41 |
description = "Upload an image of fruit/vegetable to detect its freshness state"
|
42 |
examples = [
|
43 |
+
["apple.jpeg"],
|
44 |
+
["banana.jpeg"],
|
45 |
+
["tomato.jpeg"]
|
46 |
]
|
47 |
|
48 |
iface = gr.Interface(
|