- Modified `update_webcam_frame_after` in `modules/ui.py` to use the
source_image passed from `create_webcam_preview` without attempting
to reload it on every frame if it was initially None.
- This fixes an FPS drop regression that occurred when starting the live
preview with a problematic or non-existent source image.