valmun commited on
Commit
7a13e90
1 Parent(s): bbd6269

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ interface = gr.Interface(
46
  gr.JSON(label="Percentage Breakdown:")
47
  ],
48
  title="Plant Disease Identifier",
49
- description="Once the image has been uploaded and submitted, the disease of the plant will be determined. The percentage breakdown shows the probability of each disease."
50
  )
51
 
52
  interface.launch(debug=True) # Start server and launch the UI
 
46
  gr.JSON(label="Percentage Breakdown:")
47
  ],
48
  title="Plant Disease Identifier",
49
+ description="Quick Tip: If the image results do not match, consider taking a picture of the leaf against a clean white background for improved accuracy and better identification of plant diseases."
50
  )
51
 
52
  interface.launch(debug=True) # Start server and launch the UI