mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-24 15:30:11 +01:00
Update UVR.py
Added version
This commit is contained in:
parent
e2ae50aac7
commit
fbbeacdd59
4
UVR.py
4
UVR.py
@ -39,6 +39,8 @@ import inference_MDX
|
|||||||
import inference_v5
|
import inference_v5
|
||||||
import inference_v5_ensemble
|
import inference_v5_ensemble
|
||||||
import inference_demucs
|
import inference_demucs
|
||||||
|
# Version
|
||||||
|
from __version__ import VERSION
|
||||||
|
|
||||||
|
|
||||||
from win32api import GetSystemMetrics
|
from win32api import GetSystemMetrics
|
||||||
@ -517,7 +519,7 @@ class MainWindow(TkinterDnD.Tk):
|
|||||||
self.command_Text = ThreadSafeConsole(master=self,
|
self.command_Text = ThreadSafeConsole(master=self,
|
||||||
background='#0e0e0f',fg='#898b8e', font=('Century Gothic', 11),borderwidth=0)
|
background='#0e0e0f',fg='#898b8e', font=('Century Gothic', 11),borderwidth=0)
|
||||||
|
|
||||||
self.command_Text.write(f'Ultimate Vocal Remover [{datetime.now().strftime("%Y-%m-%d %H:%M:%S")}]\n')
|
self.command_Text.write(f'Ultimate Vocal Remover v{VERSION} [{datetime.now().strftime("%Y-%m-%d %H:%M:%S")}]\n')
|
||||||
|
|
||||||
def configure_widgets(self):
|
def configure_widgets(self):
|
||||||
"""Change widget styling and appearance"""
|
"""Change widget styling and appearance"""
|
||||||
|
Loading…
Reference in New Issue
Block a user