shubham5027 commited on
Commit
27ec386
·
verified ·
1 Parent(s): 27ea723

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -45,11 +45,7 @@ interface = gr.Interface(
45
  "This app classifies diseases in Guava fruits using deep learning. "
46
  "Upload an image of a papaya to get started."
47
  ),
48
- examples=[
49
- ["example_images/healthy.jpg"],
50
- ["example_images/anthracnose.jpg"],
51
- ["example_images/brown_spot.jpg"],
52
- ],
53
  allow_flagging="never",
54
  )
55
 
 
45
  "This app classifies diseases in Guava fruits using deep learning. "
46
  "Upload an image of a papaya to get started."
47
  ),
48
+
 
 
 
 
49
  allow_flagging="never",
50
  )
51