Error using git lfs file in app

I have an app where I’m trying to load my pickled model , its uploaded to git lfs but when I try to read the model using pickle it gives me invalid keyword ‘v’ which is the first letter in the git lfs file. So my question is what should I do to be able to this this git lfs file in my app , here is my repo : GitHub - Bixzare/FVue and here is the link to the app : https://finvue.streamlit.app

Any help is appricated