Add files via upload

This commit is contained in:
Anjok07
2022-06-13 02:10:39 -05:00
committed by GitHub
parent 0e6f64ef20
commit ead8709ef3
35 changed files with 4879 additions and 0 deletions

9
demucs/wdemucs.py Normal file
View File

@@ -0,0 +1,9 @@
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
# For compat
from .hdemucs import HDemucs
WDemucs = HDemucs