mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-03-03 15:32:14 +02:00
4 lines
111 B
Python
4 lines
111 B
Python
from app.init import check_and_install_models
|
|
|
|
if __name__ == "__main__":
|
|
check_and_install_models(force=True) |