mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
remove useless code
This commit is contained in:
parent
9d3b868464
commit
36d2b57e9d
2
tools/uvr5/uvr5_weights/.gitignore
vendored
Normal file
2
tools/uvr5/uvr5_weights/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
2
webui.py
2
webui.py
@ -1,8 +1,6 @@
|
|||||||
import os,shutil,sys,pdb,re
|
import os,shutil,sys,pdb,re
|
||||||
now_dir = os.getcwd()
|
now_dir = os.getcwd()
|
||||||
print(now_dir)
|
|
||||||
sys.path.insert(0, now_dir)
|
sys.path.insert(0, now_dir)
|
||||||
print(sys.path)
|
|
||||||
import json,yaml,warnings,torch
|
import json,yaml,warnings,torch
|
||||||
import platform
|
import platform
|
||||||
import psutil
|
import psutil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user