Skip to content

Commit

Permalink
🐛 fix missing trange
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Jun 28, 2024
1 parent f7fb126 commit 8577a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/repos_static/resemble_enhance/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from torch.nn.utils.parametrize import remove_parametrizations
from torchaudio.functional import resample
from torchaudio.transforms import MelSpectrogram
from tqdm import trange

from modules.devices import devices

Expand Down

0 comments on commit 8577a53

Please sign in to comment.