Ray1ee01's picture
Upload folder using huggingface_hub
2cf467c verified
Raw
History Blame Contribute Delete
451 Bytes
"""
Infographics Generator package
"""
from modules.infographics_generator.infographics_generator import process
from modules.infographics_generator.color_utils import get_contrast_color
from .infographics_generator import process
from .color_utils import get_contrast_color
from .mask_utils import calculate_mask, calculate_content_height
__all__ = [
'process',
'get_contrast_color',
'calculate_mask',
'calculate_content_height',
]