Done in commit 7cffa9932b25700910c09017c5cf33a9b99c905d.
Also includes downloading the model at application startup time. With the current model, it would still be possible to include it in the Git repository and Heroku application slug. However, with larger models this is not possible anymore, because the Heroku application slug size is limited to 500 MB.
Thus, downloading very large files at application startup time is the way to work around this problem.
Done in commit 7cffa9932b25700910c09017c5cf33a9b99c905d.
Also includes downloading the model at application startup time. With the current model, it would still be possible to include it in the Git repository and Heroku application slug. However, with larger models this is not possible anymore, because the Heroku application slug size is limited to 500 MB.
Thus, downloading very large files at application startup time is the way to work around this problem.