mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-04 12:24:52 +00:00
UI mostly working
This commit is contained in:
parent
1062ef2713
commit
e9609ddd64
6 changed files with 300 additions and 122 deletions
4
install_models.py
Normal file → Executable file
4
install_models.py
Normal file → Executable file
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from app.init import check_and_install_models
|
||||
|
||||
if __name__ == "__main__":
|
||||
check_and_install_models(force=True)
|
||||
check_and_install_models(force=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue