From 8adb7d8598b971871e21ab16025ba219f39aba2f Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Fri, 13 Nov 2020 02:45:30 -0600 Subject: [PATCH] Update VocalRemover.py --- VocalRemover.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VocalRemover.py b/VocalRemover.py index c3f5115..be2bbd5 100644 --- a/VocalRemover.py +++ b/VocalRemover.py @@ -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() \ No newline at end of file + root.mainloop()