File size: 223 Bytes
f2f0488
 
 
 
 
 
1
2
3
4
5
6
7
try:
    from ..pipeline_bitdance_imagenet import BitDanceImageNetPipeline
except ImportError:  # pragma: no cover
    from pipeline_bitdance_imagenet import BitDanceImageNetPipeline

__all__ = ["BitDanceImageNetPipeline"]