mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-03-11 00:04:55 +08:00
Apply Code Formatter Change
This commit is contained in:
parent
34de3492f3
commit
72ff21a36e
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user