Update VocalRemover.py

This commit is contained in:
Anjok07
2020-11-13 02:45:30 -06:00
committed by GitHub
parent 02daa89d9e
commit 8adb7d8598

View File

@@ -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') instrumentalModels_dir = os.path.join(base_path, 'models')
stackedModels_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') refresh_path = os.path.join(base_path, 'img', 'refresh.png')
DEFAULT_DATA = { DEFAULT_DATA = {
'export_path': '', 'export_path': '',