phiph's picture
Upload folder using huggingface_hub
7382c66 verified
from .spherevit import (
SphereViT
)
from .vit_w_esphere import (
ViT_w_Esphere
)
__all__ = [
'SphereViT',
'ViT_w_Esphere',
]