Update VocalRemover.py

This commit is contained in:
Anjok07 2022-04-12 03:21:57 -05:00 committed by GitHub
parent 9ef64ce8a0
commit 6408c9fd1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,10 @@ from pathlib import Path
import inference_v5
import win32gui, win32con
the_program_to_hide = win32gui.GetForegroundWindow()
win32gui.ShowWindow(the_program_to_hide , win32con.SW_HIDE)
# Change the current working directory to the directory
# this file sits in