replace files

This commit is contained in:
Ftps
2023-08-28 16:07:41 +09:00
parent d70b3d6f46
commit 3c7f1f1407
4 changed files with 24 additions and 298 deletions

View File

@@ -4,11 +4,11 @@ import sys
now_dir = os.getcwd()
sys.path.append(now_dir)
from dotenv import load_dotenv
from scipy.io import wavfile
from configs.config import Config
from infer.modules.vc.modules import VC
from dotenv import load_dotenv
####
# USAGE