mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2025-01-19 17:18:39 +01:00
Update VocalRemover.py
This commit is contained in:
parent
02daa89d9e
commit
8adb7d8598
@ -37,7 +37,7 @@ os.chdir(base_path) # Change the current working directory to the base path
|
||||
|
||||
instrumentalModels_dir = os.path.join(base_path, 'models')
|
||||
stackedModels_dir = os.path.join(base_path, 'models')
|
||||
logo_path = os.path.join(base_path, 'img', 'UVR-logo.png')
|
||||
logo_path = os.path.join(base_path, 'img', 'UVR-banner.png')
|
||||
refresh_path = os.path.join(base_path, 'img', 'refresh.png')
|
||||
DEFAULT_DATA = {
|
||||
'export_path': '',
|
||||
@ -958,4 +958,4 @@ class MainWindow(TkinterDnD.Tk):
|
||||
if __name__ == "__main__":
|
||||
root = MainWindow()
|
||||
|
||||
root.mainloop()
|
||||
root.mainloop()
|
||||
|
Loading…
x
Reference in New Issue
Block a user