CoolFace
Apppublic

Aluode/PerceptionLabPortable

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
dummy_music_objects.py17 linesDownload Raw Back to utils
1# This file is autogenerated by the command `make fix-copies`, do not edit.2from ..utils import DummyObject, requires_backends3 4 5class Pop2PianoFeatureExtractor(metaclass=DummyObject):6    _backends = ["music"]7 8    def __init__(self, *args, **kwargs):9        requires_backends(self, ["music"])10 11 12class Pop2PianoTokenizer(metaclass=DummyObject):13    _backends = ["music"]14 15    def __init__(self, *args, **kwargs):16        requires_backends(self, ["music"])17 
Aluode/PerceptionLabPortable · CoolFace