vintage-gan / inference /__init__.py
msrishav's picture
Upload academic VintageGAN project
059f915 verified
Raw
History Blame Contribute Delete
264 Bytes
"""
VintageGAN Inference Module
Tools for applying vintage effects to images.
Author: VintageGAN Project
Date: 2024
"""
from .apply_filter import VintageFilter
__all__ = ['VintageFilter']
__version__ = '1.0.0'
__author__ = 'VintageGAN Project'