Merge pull request #587 from deezer/hotfix_default_separate_option

Hotfix for separate method to work back
This commit is contained in:
Romain Hennequin
2021-02-26 11:35:10 +01:00
committed by GitHub

View File

@@ -307,7 +307,7 @@ class Separator(object):
return prediction return prediction
def separate( def separate(
self, waveform: np.ndarray, audio_descriptor: Optional[str] = None self, waveform: np.ndarray, audio_descriptor: Optional[str] = ""
) -> None: ) -> None:
""" """
Performs separation on a waveform. Performs separation on a waveform.