File size: 298 Bytes
395962a
5acccf1
395962a
5acccf1
 
 
 
 
0ac7341
5acccf1
1
2
3
4
5
6
7
8
9
10
import argostranslate.package
import os

model_path = "/app/models/en_kab_comp"
if os.path.isdir(model_path):
    package = argostranslate.package.Package(model_path)
    argostranslate.package.install_from_path(package)
    print("Kabyle model installed.")
else:
    print("Model path not found.")