Skip to content

Commit 7a67160

Browse files
committed
Removed unnecessary tkinkter import from demucs
1 parent 0ce7540 commit 7a67160

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

audio_separator/separator/uvr_lib_v5/demucs/apply.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from torch import nn
1717
from torch.nn import functional as F
1818
import tqdm
19-
import tkinter as tk
2019

2120
from .demucs import Demucs
2221
from .hdemucs import HDemucs

audio_separator/separator/uvr_lib_v5/demucs/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import tempfile
2323
import warnings
2424
import zlib
25-
import tkinter as tk
2625

2726
from diffq import UniformQuantizer, DiffQuantizer
2827
import torch as th

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "audio-separator"
7-
version = "0.18.2"
7+
version = "0.18.3"
88
description = "Easy to use audio stem separation, using various models from UVR trained primarily by @Anjok07"
99
authors = ["Andrew Beveridge <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)