Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ interface = gr.Interface(
|
|
46 |
gr.JSON(label="Percentage Breakdown:")
|
47 |
],
|
48 |
title="Plant Disease Identifier",
|
49 |
-
description="
|
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
|