Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaqianjing committed Mar 9, 2024
1 parent 9d3b868 commit 36d2b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: 0 additions & 2 deletions webui.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 36d2b57

Please sign in to comment.