mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
Replaced default value from None to empty string to avoid tensorflow error
This commit is contained in:
@@ -307,7 +307,7 @@ class Separator(object):
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user