1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-08-21 22:00:15 +02:00
LibreTranslate/install_models.py

7 lines
135 B
Python
Raw Normal View History

2020-12-20 17:55:56 +01:00
#!/usr/bin/env python
2020-12-19 23:40:37 +01:00
from app.init import check_and_install_models
if __name__ == "__main__":
2020-12-20 17:55:56 +01:00
check_and_install_models(force=True)