Spaces:
Sleeping
Sleeping
amirkhanbloch
commited on
Commit
•
b5beb72
1
Parent(s):
3f01936
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ load_dotenv()
|
|
10 |
genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
|
11 |
input_prompt="""
|
12 |
"You are an expert in computer vision and agriculture who can easily predict the disease of the plant. "
|
13 |
-
"Analyze the following image and provide 7 outputs in a structured format: "
|
14 |
"1. Crop : , "
|
15 |
"2. Infected or Healthy : , "
|
16 |
"3. Type of disease (if any), "
|
|
|
10 |
genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
|
11 |
input_prompt="""
|
12 |
"You are an expert in computer vision and agriculture who can easily predict the disease of the plant. "
|
13 |
+
"Analyze the following image and provide 7 short outputs in a structured format: "
|
14 |
"1. Crop : , "
|
15 |
"2. Infected or Healthy : , "
|
16 |
"3. Type of disease (if any), "
|