mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-05-21 05:29:17 +08:00
Update webui.py
This commit is contained in:
parent
0aae34a321
commit
d2c2d4eb34
2
webui.py
2
webui.py
@ -20,7 +20,7 @@ if(site_packages_roots==[]):site_packages_roots=["%s/runtime/Lib/site-packages"
|
||||
#os.environ["OPENBLAS_NUM_THREADS"] = "4"
|
||||
os.environ["no_proxy"] = "localhost, 127.0.0.1, ::1"
|
||||
for site_packages_root in site_packages_roots:
|
||||
if os.path.exists("%s/users.pth" % (site_packages_root)):
|
||||
if os.path.exists(site_packages_root):
|
||||
with open("%s/users.pth" % (site_packages_root), "w") as f:
|
||||
f.write(
|
||||
"%s\n%s/tools\n%s/tools/damo_asr\n%s/GPT_SoVITS\n%s/tools/uvr5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user