Skip to content

Commit

Permalink
Merge pull request RVC-Boss#728 from jiaqianjing/bugfix
Browse files Browse the repository at this point in the history
bugfix for import local tools module failed
  • Loading branch information
RVC-Boss authored Mar 10, 2024
2 parents e04b3f6 + 36d2b57 commit 9317817
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Empty file added tools/__init__.py
Empty file.
2 changes: 2 additions & 0 deletions tools/uvr5/uvr5_weights/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9317817

Please sign in to comment.