Describe the bug
When attempting to download a pretrained FastTextLanguageDetector model, the model is not downloaded.
To Reproduce
Steps to reproduce the behavior:
from squeakily.helpers import FastTextLanguageDetector
fasttext_model = FastTextLanguageDetector.from_pretrained()
Additional context
I think the bad line is: https://github.com/CarperAI/squeakily/blob/main/squeakily/helpers.py#L7331