def run_aesthetic_laion()

in video_processing/modules/aesthetic_laion.py [0:0]


def run_aesthetic_laion(image):
    if not isinstance(image, list):
        image = [image]
    return MODEL(image)