5 lines
126 B
Python
5 lines
126 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .clip_text_encoder import CLIPTextEncoder
|
|
|
|
__all__ = ['CLIPTextEncoder']
|