mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-20 02:51:09 +00:00
Update infer-web.py (#864)
fix ModuleNotFoundError: No module named 'config' fix NameError: name 'sys' is not defined
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
import sys
|
||||||
|
now_dir = os.getcwd()
|
||||||
|
sys.path.append(now_dir)
|
||||||
import traceback, pdb
|
import traceback, pdb
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user