SarowarSaurav commited on
Commit
a330da3
·
verified ·
1 Parent(s): 7541b65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 and what is the confidence score?Just say the 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,
 
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,