| """ | |
| 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' | |
| """ | |
| 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' | |