project21 commited on
Commit
06ce8bc
·
verified ·
1 Parent(s): 2de40b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -395,7 +395,7 @@ gr_interface = gr.Interface(
395
  fn=gradio_predict, # Function to call for predictions
396
  inputs=gr.Image(type="filepath"), # Upload image as file path
397
  outputs="html", # Output will be the class label as text
398
- title="Plant Disease Predictor",
399
  description="Upload an image of a plant to predict the disease.",
400
  )
401
 
 
395
  fn=gradio_predict, # Function to call for predictions
396
  inputs=gr.Image(type="filepath"), # Upload image as file path
397
  outputs="html", # Output will be the class label as text
398
+ title="Mango Disease Predictor",
399
  description="Upload an image of a plant to predict the disease.",
400
  )
401