luisotorres commited on
Commit
8e7d5e1
1 Parent(s): 2c1157b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ examples = ["Healthy.png", "Powdery.png", "Rust.png"]
33
 
34
  iface = gr.Interface(
35
  fn=predict,
36
- inputs=gr.Image(shape=(256, 256)),
37
  outputs="text",
38
  title="🌿 Plant Disease Detection",
39
  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> \
 
33
 
34
  iface = gr.Interface(
35
  fn=predict,
36
+ inputs=gr.Image(),
37
  outputs="text",
38
  title="🌿 Plant Disease Detection",
39
  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> \