mirror of
https://github.com/serengil/deepface.git
synced 2025-06-05 19:15:23 +00:00
[update] rm print
This commit is contained in:
parent
6a8d1d95d3
commit
0d7e15147f
@ -175,7 +175,6 @@ def analyze(
|
||||
task="facial_attribute", model_name="Age"
|
||||
).predict(img_content)
|
||||
# int cast is for exception - object of type 'float32' is not JSON serializable
|
||||
print(apparent_age.shape)
|
||||
obj["age"] = int(apparent_age)
|
||||
|
||||
elif action == "gender":
|
||||
|
Loading…
x
Reference in New Issue
Block a user