Update app.py
Browse files
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 |
-
|
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 |
|