Modifies modules/face_analyser.py to set det_thresh=0.4
(down from the default of 0.5) when preparing the
insightface.app.FaceAnalysis model.
This change aims to make face detection more sensitive,
particularly for webcam feeds under varied conditions, to reduce
instances of "Face detection failed for target or source" errors.