Saad0KH commited on
Commit
f8f1b61
1 Parent(s): ceacfd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 : property_name , value : predicted_label})
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