Access a folder in my spaces thru app.py

hi … im not sure if this is considered a beginners question or not but
im trying to load a model into my app.py which exists in files sections …
folder name containing the model is “spacy.aravec.model”… i tried runing it using :
nlp = spacy.load(“spacy.aravec.model”)

but got an error :
ValueError: Expected object or value

Hi @Ralfouzan! It seems like you uploaded meta.json with GIT LFS so the call to read_json is causing some issues here.

Would you be able to delete that file, and re-upload it without using git lfs to see if that alleviates the issue?