remove useless code

This commit is contained in:
jiaqianjing 2024-03-10 00:03:38 +08:00
parent 9d3b868464
commit 36d2b57e9d
2 changed files with 2 additions and 2 deletions

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

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

View File

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