You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
458 B
17 lines
458 B
# This file is autogenerated by the command `make fix-copies`, do not edit.
|
|
from ..utils import DummyObject, requires_backends
|
|
|
|
|
|
class Pop2PianoFeatureExtractor(metaclass=DummyObject):
|
|
_backends = ["music"]
|
|
|
|
def __init__(self, *args, **kwargs):
|
|
requires_backends(self, ["music"])
|
|
|
|
|
|
class Pop2PianoTokenizer(metaclass=DummyObject):
|
|
_backends = ["music"]
|
|
|
|
def __init__(self, *args, **kwargs):
|
|
requires_backends(self, ["music"])
|