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
|
| 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?. What is the probable reason? What are the medicine or stops to prevent the disease"),
|
| 43 |
ImageContentItem(
|
| 44 |
image_url=ImageUrl.load(
|
| 45 |
image_file=image_path,
|