Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def send_to_openai(api_key, image_file):
|
|
22 |
"content": [
|
23 |
{
|
24 |
"type": "text",
|
25 |
-
"text": "Answer in three words only, does the image uploaded have a healthy rice leaf - Yes or No , does the image uploaded have a rice leaf with Major (not small) circular spots - Yes or No , does the image uploaded have a rice leaf have a major yellowish discoloration in some areas (ignore spots) - Yes or No
|
26 |
},
|
27 |
{
|
28 |
"type": "image_url",
|
|
|
22 |
"content": [
|
23 |
{
|
24 |
"type": "text",
|
25 |
+
"text": "Answer in three words only, does the image uploaded have a healthy rice leaf - Yes or No , does the image uploaded have a rice leaf with Major (not small) circular spots - Yes or No , does the image uploaded have a rice leaf have a major yellowish discoloration in some areas (ignore spots) - Yes or No , DO NOT RESPOND IN MORE THAN THREE WORDS "
|
26 |
},
|
27 |
{
|
28 |
"type": "image_url",
|