mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-12 10:00:49 +01:00
Update inference_v5_ensemble.py
This commit is contained in:
parent
ae03754942
commit
ef58d60482
@ -501,6 +501,14 @@ def main(window: tk.Wm, text_widget: tk.Text, button_widget: tk.Button, progress
|
||||
_, bin_image = cv2.imencode('.jpg', image)
|
||||
bin_image.tofile(f)
|
||||
|
||||
text_widget.write(base_text + 'Clearing CUDA Cache... ')
|
||||
|
||||
torch.cuda.empty_cache()
|
||||
time.sleep(3)
|
||||
|
||||
text_widget.write('Done!\n')
|
||||
|
||||
|
||||
text_widget.write(base_text + 'Completed Seperation!\n\n')
|
||||
|
||||
# Emsembling Outputs
|
||||
|
Loading…
Reference in New Issue
Block a user