Merge pull request #728 from jiaqianjing/bugfix

bugfix for import local tools module failed
This commit is contained in:
RVC-Boss 2024-03-10 12:08:51 +08:00 committed by GitHub
commit 931781774d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

0
tools/__init__.py Normal file
View File

2
tools/uvr5/uvr5_weights/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

View File

@ -1,6 +1,6 @@
import os,shutil,sys,pdb,re
now_dir = os.getcwd()
sys.path.append(now_dir)
sys.path.insert(0, now_dir)
import json,yaml,warnings,torch
import platform
import psutil