mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
Update webui.py
This commit is contained in:
parent
cc33a767eb
commit
1afdb42295
2
webui.py
2
webui.py
@ -532,7 +532,7 @@ def open1abc(inp_text,inp_wav_dir,exp_name,gpu_numbers1a,gpu_numbers1Ba,gpu_numb
|
|||||||
ps1abc=[]
|
ps1abc=[]
|
||||||
#############################1c
|
#############################1c
|
||||||
path_semantic = "%s/6-name2semantic.tsv" % opt_dir
|
path_semantic = "%s/6-name2semantic.tsv" % opt_dir
|
||||||
if(os.path.exists(path_semantic)==False or (os.path.exists(path_semantic)==True and os.path.getsize(path_semantic)<28)):
|
if(os.path.exists(path_semantic)==False or (os.path.exists(path_semantic)==True and os.path.getsize(path_semantic)<31)):
|
||||||
config={
|
config={
|
||||||
"inp_text":inp_text,
|
"inp_text":inp_text,
|
||||||
"exp_name":exp_name,
|
"exp_name":exp_name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user