Skip to content

Commit

Permalink
chore(format): run black on dev (#1373)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 6, 2023
1 parent 821af6f commit 27599cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infer/modules/uvr5/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


class AudioPre:
def __init__(self, agg, model_path, device, is_half, tta = False):
def __init__(self, agg, model_path, device, is_half, tta=False):
self.model_path = model_path
self.device = device
self.data = {
Expand Down Expand Up @@ -180,7 +180,7 @@ def _path_audio_(self, music_file, ins_root=None, vocal_root=None, format="flac"


class AudioPreDeEcho:
def __init__(self, agg, model_path, device, is_half, tta = False):
def __init__(self, agg, model_path, device, is_half, tta=False):
self.model_path = model_path
self.device = device
self.data = {
Expand Down

0 comments on commit 27599cd

Please sign in to comment.