Spaces:
Sleeping
Sleeping
| class ImageTemplate: | |
| def __init__(self, image, colors): | |
| self.num_colors = len(colors) | |
| self.colors = colors | |
| self.image = image | |
| class ImageTemplate: | |
| def __init__(self, image, colors): | |
| self.num_colors = len(colors) | |
| self.colors = colors | |
| self.image = image | |