MobileNet Always Returns 'Safety Pin' as Classification Result

I am developing a React Native application that uses TensorFlow’s MobileNet model for image classification. However, regardless of the image provided, the classification result always returns “safety pin” as the highest probability option. I would like to understand why this is happening and how to fix it.