Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def analyze_leaf_disease(image_path, leaf_type):
|
|
| 39 |
),
|
| 40 |
UserMessage(
|
| 41 |
content=[
|
| 42 |
-
TextContentItem(text="What's the name of the leaf disease in this image? what is the confidence Score only?.
|
| 43 |
ImageContentItem(
|
| 44 |
image_url=ImageUrl.load(
|
| 45 |
image_file=image_path,
|
|
|
|
| 39 |
),
|
| 40 |
UserMessage(
|
| 41 |
content=[
|
| 42 |
+
TextContentItem(text="What's the name of the leaf disease in this image? what is the confidence Score only?. Explain what is the probable reason? Briefly explain what are the medicine or steps to prevent the disease"),
|
| 43 |
ImageContentItem(
|
| 44 |
image_url=ImageUrl.load(
|
| 45 |
image_file=image_path,
|