mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-10-31 22:08:59 +00:00
4 lines
No EOL
111 B
Python
4 lines
No EOL
111 B
Python
from app.init import check_and_install_models
|
|
|
|
if __name__ == "__main__":
|
|
check_and_install_models(force=True) |