mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-12 01:50:48 +01:00
Update inference_demucs.py
This commit is contained in:
parent
fbbeacdd59
commit
7cce5e303a
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user