1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-01-23 17:52:54 +02:00
LibreTranslate/install_models.py

7 lines
135 B
Python
Raw Normal View History

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