from .deepface import DeepfaceFaceEmbedding
def deepface(model_name):   
    return DeepfaceFaceEmbedding(model_name)