Spaces:
Sleeping
Sleeping
File size: 153 Bytes
e23acaf | 1 2 3 4 5 6 7 8 | from .clip_embedding import CLIPEmbedding
from .multimodal_indexer import MultimodalIndexer
__all__ = [
"CLIPEmbedding",
"MultimodalIndexer",
]
|