Skip to content

Commit

Permalink
Merge pull request deezer#587 from deezer/hotfix_default_separate_option
Browse files Browse the repository at this point in the history
Hotfix for separate method to work back
  • Loading branch information
romi1502 authored Feb 26, 2021
2 parents 4ef593d + 75583e0 commit 7b97cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spleeter/separator.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def _separate_tensorflow(
return prediction

def separate(
self, waveform: np.ndarray, audio_descriptor: Optional[str] = None
self, waveform: np.ndarray, audio_descriptor: Optional[str] = ""
) -> None:
"""
Performs separation on a waveform.
Expand Down

0 comments on commit 7b97cdc

Please sign in to comment.