mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-17 13:00:11 +01:00
7 lines
135 B
Python
Executable File
7 lines
135 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from app.init import check_and_install_models
|
|
|
|
if __name__ == "__main__":
|
|
check_and_install_models(force=True)
|