Dhahlan2000 commited on
Commit
4d3058e
·
verified ·
1 Parent(s): a257553

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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.jpg"],
44
- ["banana.jpg"],
45
- ["tomato.jpg"]
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(