Spaces:
Sleeping
Sleeping
Update app/models/plant_vision.py
Browse files
app/models/plant_vision.py
CHANGED
|
@@ -54,5 +54,5 @@ def predict_plant(image: Image.Image):
|
|
| 54 |
"species": label,
|
| 55 |
"common_name": llm_result["common_name"],
|
| 56 |
"confidence": confidence.item(),
|
| 57 |
-
"description": llm_result["description"],
|
| 58 |
}
|
|
|
|
| 54 |
"species": label,
|
| 55 |
"common_name": llm_result["common_name"],
|
| 56 |
"confidence": confidence.item(),
|
| 57 |
+
#"description": llm_result["description"],
|
| 58 |
}
|