Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def classify_image_with_properties(properties, image):
|
|
41 |
|
42 |
# Obtenir l'option complète correspondant à l'indice prédit
|
43 |
predicted_label = keywords[predicted_class_index]
|
44 |
-
result.append({ property
|
45 |
|
46 |
return result
|
47 |
|
|
|
41 |
|
42 |
# Obtenir l'option complète correspondant à l'indice prédit
|
43 |
predicted_label = keywords[predicted_class_index]
|
44 |
+
result.append({ "property": property_name, "value": predicted_label })
|
45 |
|
46 |
return result
|
47 |
|