mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-04 20:30:39 +00:00
First commit
This commit is contained in:
parent
64547a8acf
commit
1062ef2713
9 changed files with 296 additions and 0 deletions
4
install_models.py
Normal file
4
install_models.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from app.init import check_and_install_models
|
||||
|
||||
if __name__ == "__main__":
|
||||
check_and_install_models(force=True)
|
Loading…
Add table
Add a link
Reference in a new issue