Spaces:
Running on Zero
Running on Zero
File size: 130 Bytes
186aa49 | 1 2 3 4 5 6 | from ...utils import is_torch_available
if is_torch_available():
from .condition_embedder_anima import AnimaTextConditioner
|