CoolFace
Apppublic

softwareweaver/MusicGen

sourceHugging Facecc-by-nc-4.0updated 11mo agoView on Hugging Face
0likes
__init__.py11 linesDownload Raw Back to data
1# Copyright (c) Meta Platforms, Inc. and affiliates.2# All rights reserved.3#4# This source code is licensed under the license found in the5# LICENSE file in the root directory of this source tree.6"""Audio loading and writing support. Datasets for raw audio7or also including some metadata."""8 9# flake8: noqa10from . import audio, audio_dataset, info_audio_dataset, music_dataset, sound_dataset11