mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-12-23 06:59:40 +01:00
fix #835: some broken imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import torch, traceback, os, pdb, sys
|
||||
import torch, traceback, os, sys
|
||||
|
||||
now_dir = os.getcwd()
|
||||
sys.path.append(now_dir)
|
||||
|
||||
Reference in New Issue
Block a user