srayuth
Deploy Django background removal API
8836a6d
raw
history blame
197 Bytes
"""
Controllers for Transparent Background Removal
"""
from .style_generator import StyleGenerator
from .style_recommender import StyleRecommender
__all__ = ["StyleGenerator", "StyleRecommender"]