1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-12-18 08:27:03 +02:00
LibreTranslate/install_models.py

7 lines
135 B
Python
Raw Normal View History

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