mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2025-01-19 01:14:03 +01:00
Update VocalRemover.py
This commit is contained in:
parent
9ef64ce8a0
commit
6408c9fd1b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user