Apply Code Formatter Change

This commit is contained in:
Tps-F 2023-08-27 16:15:44 +00:00 committed by github-actions[bot]
parent 34de3492f3
commit 72ff21a36e
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import argparse
import os
import sys
now_dir = os.getcwd()
sys.path.append(now_dir)
from scipy.io import wavfile
@ -8,6 +9,7 @@ from scipy.io import wavfile
from configs.config import Config
from infer.modules.vc.modules import VC
from dotenv import load_dotenv
####
# USAGE
#
@ -57,7 +59,7 @@ def main():
args.resample_sr,
args.rms_mix_rate,
args.protect,
)
)
wavfile.write(args.opt_path, wav_opt[0], wav_opt[1])