Update inference_demucs.py
This commit is contained in:
@@ -72,8 +72,6 @@ class Predictor():
|
||||
if mix.ndim == 1:
|
||||
mix = np.asfortranarray([mix,mix])
|
||||
|
||||
samplerate = self.demucs.samplerate
|
||||
|
||||
mix = mix.T
|
||||
sources = self.demix(mix.T)
|
||||
widget_text.write(base_text + 'Inferences complete!\n')
|
||||
|
||||
Reference in New Issue
Block a user