runtime error

Exit code: 1. Reason: INFO:__main__:Initializing audio separator with model: UVR-MDX-NET Voc FT... ERROR:__main__:Failed to initialize audio separator: '>' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/home/user/app/app.py", line 34, in <module> separator = Separator(log_level='INFO', File "/usr/local/lib/python3.10/site-packages/audio_separator/separator/separator.py", line 118, in __init__ if log_level > logging.DEBUG: TypeError: '>' not supported between instances of 'str' and 'int' Traceback (most recent call last): File "/home/user/app/app.py", line 34, in <module> separator = Separator(log_level='INFO', File "/usr/local/lib/python3.10/site-packages/audio_separator/separator/separator.py", line 118, in __init__ if log_level > logging.DEBUG: TypeError: '>' not supported between instances of 'str' and 'int' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 42, in <module> raise RuntimeError(f"Failed to initialize audio separator: {e}") RuntimeError: Failed to initialize audio separator: '>' not supported between instances of 'str' and 'int'

Container logs:

Fetching error logs...