KeyframesAI / libs /film /__init__.py
acmyu's picture
add film interp
cdc3796
raw
history blame contribute delete
56 Bytes
from .predict import Predictor
__all__ = ["Predictor"]