AshanGimhana commited on
Commit
e3c2669
·
verified ·
1 Parent(s): c31b288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ def process_image(uploaded_image):
263
 
264
  # Predicting the age
265
  predicted_age = predict_age(uploaded_image)
266
- target_age = predicted_age + 5
267
 
268
  # Aligning the face in the uploaded image
269
  aligned_image = run_alignment(uploaded_image)
 
263
 
264
  # Predicting the age
265
  predicted_age = predict_age(uploaded_image)
266
+ target_age = predicted_age + 2
267
 
268
  # Aligning the face in the uploaded image
269
  aligned_image = run_alignment(uploaded_image)