UI mostly working

This commit is contained in:
Piero Toffanin 2020-12-20 11:55:56 -05:00
parent 1062ef2713
commit e9609ddd64
6 changed files with 300 additions and 122 deletions

4
install_models.py Normal file → Executable file
View file

@ -1,4 +1,6 @@
#!/usr/bin/env python
from app.init import check_and_install_models
if __name__ == "__main__":
check_and_install_models(force=True)
check_and_install_models(force=True)