Skip to content

Commit

Permalink
moving roformer models to a separate folder (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Sep 18, 2024
1 parent ebc0ca0 commit 80a98d5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions audio_separator/separator/architectures/mdxc_separator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from audio_separator.separator.common_separator import CommonSeparator
from audio_separator.separator.uvr_lib_v5 import spec_utils
from audio_separator.separator.uvr_lib_v5.tfc_tdf_v3 import TFC_TDF_net
from audio_separator.separator.uvr_lib_v5.mel_band_roformer import MelBandRoformer
from audio_separator.separator.uvr_lib_v5.bs_roformer import BSRoformer
from audio_separator.separator.uvr_lib_v5.roformer.mel_band_roformer import MelBandRoformer
from audio_separator.separator.uvr_lib_v5.roformer.bs_roformer import BSRoformer


class MDXCSeparator(CommonSeparator):
Expand Down

0 comments on commit 80a98d5

Please sign in to comment.