luisotorres
commited on
Commit
•
b5ef13c
1
Parent(s):
0af5b29
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ examples = ["Healthy.png", "Powdery.png", "Rust.png"]
|
|
31 |
|
32 |
iface = gr.Interface(
|
33 |
fn = predict,
|
34 |
-
inputs = gr.
|
35 |
outputs = "text",
|
36 |
title = "🌿 Plant Disease Detection",
|
37 |
description='<br> This is a specialized Image Classification model engineered to identify the health status of plants, specifically detecting conditions of Powdery Mildew or Rust. <br> \
|
|
|
31 |
|
32 |
iface = gr.Interface(
|
33 |
fn = predict,
|
34 |
+
inputs = gr.inputs.Image(shape=(256,256)),
|
35 |
outputs = "text",
|
36 |
title = "🌿 Plant Disease Detection",
|
37 |
description='<br> This is a specialized Image Classification model engineered to identify the health status of plants, specifically detecting conditions of Powdery Mildew or Rust. <br> \
|