1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-09 04:29:50 +08:00

Merge branch 'dev' into main

This commit is contained in:
RVC-Boss
2023-10-29 12:36:54 +08:00
committed by GitHub
3 changed files with 2 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
import os
import sys
from dotenv import load_dotenv
now_dir = os.getcwd()
sys.path.append(now_dir)
load_dotenv()