fix: json format (#84)

* Update extract_locale.py

* Apply Code Formatter Change

* Update locale_diff.py

* Apply Code Formatter Change

---------

Co-authored-by: fumiama <fumiama@users.noreply.github.com>
This commit is contained in:
源文雨
2023-04-17 20:49:29 +08:00
committed by GitHub
parent 5ab6713bb3
commit b0f8a4c7d1
6 changed files with 19 additions and 5 deletions

View File

@@ -5,7 +5,9 @@ from config import x_pad, x_query, x_center, x_max
import scipy.signal as signal
import pyworld, os, traceback, faiss
from scipy import signal
bh, ah = signal.butter(N=5, Wn=48, btype='high', fs=16000)
bh, ah = signal.butter(N=5, Wn=48, btype="high", fs=16000)
class VC(object):
def __init__(self, tgt_sr, device, is_half):