DiffIR2VR / model /open_clip /__init__.py
jimmycv07's picture
first commit
1de8821
raw
history blame contribute delete
No virus
88 Bytes
from .model import CLIP
from .tokenizer import tokenize
__all__ = ["CLIP", "tokenize"]