mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-24 07:20:10 +01:00
Hotfix
This commit is contained in:
parent
721350b0df
commit
76cc144cb4
@ -220,7 +220,7 @@ def main():
|
||||
print('loading & stft of wave source...', end=' ')
|
||||
|
||||
X_wave, y_wave, X_spec_s, y_spec_s = {}, {}, {}, {}
|
||||
basename = os.path.splitext(os.path.basename(args.input))[0]
|
||||
basename = '"{}"'.format(os.path.splitext(os.path.basename(args.input))[0])
|
||||
bands_n = len(mp.param['band'])
|
||||
|
||||
for d in range(bands_n, 0, -1):
|
||||
@ -354,4 +354,4 @@ def main():
|
||||
print('Complete!')
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user