First commit

This commit is contained in:
Piero Toffanin 2020-12-19 17:40:37 -05:00
parent 64547a8acf
commit 1062ef2713
9 changed files with 296 additions and 0 deletions

4
install_models.py Normal file
View file

@ -0,0 +1,4 @@
from app.init import check_and_install_models
if __name__ == "__main__":
check_and_install_models(force=True)