Spaces:
Runtime error
Runtime error
File size: 163 Bytes
4d0eb62 |
1 2 3 4 5 6 |
# Copyright (c) OpenMMLab. All rights reserved.
from .adapter import FlamingoLMAdapter
from .flamingo import Flamingo
__all__ = ['Flamingo', 'FlamingoLMAdapter']
|