File size: 223 Bytes
bc449e6 | 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"]
|