BrandSmith / src /templates /image_template.py
raznis's picture
Upload folder using huggingface_hub
c9f5fa7 verified
raw
history blame contribute delete
165 Bytes
class ImageTemplate:
def __init__(self, image, colors):
self.num_colors = len(colors)
self.colors = colors
self.image = image