SarowarSaurav commited on
Commit
8d01df6
·
verified ·
1 Parent(s): a330da3

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? 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,
 
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,