1
0
mirror of https://github.com/TencentARC/GFPGAN.git synced 2025-05-17 07:40:16 -07:00
GFPGAN/gfpgan/__init__.py
Xintao 996d1e3df9
Major revision: Support Pypi (#37)
* reorganize

* update inference

* update inference

* format
2021-08-09 01:28:10 +08:00

7 lines
144 B
Python

# flake8: noqa
from .archs import *
from .data import *
from .models import *
from .utils import *
from .version import __gitsha__, __version__