We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439d245 commit 274e768Copy full SHA for 274e768
1 file changed
advanced_rvc_inference/utils/variables.py
@@ -30,6 +30,7 @@
30
# Create singleton config instance
31
_config_instance = None
32
33
+sys.path.append(os.gecwd())
34
35
def get_config():
36
"""Get the singleton Config instance.
0 commit comments