Skip to content

Commit

Permalink
Update inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWang676 authored Sep 26, 2023
1 parent 6646de4 commit dcf7754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def langdetector(text): # from PolyLangVITS

def vcss(inputstr): # single
fltstr = re.sub(r"[\[\]\(\)\{\}]", "", inputstr)
#fltstr = langdetector(fltstr) #- optional for cjke/cjks type cleaners
fltstr = langdetector(fltstr) #- optional for cjke/cjks type cleaners
stn_tst = get_text(fltstr, hps)

speed = 1
Expand Down

0 comments on commit dcf7754

Please sign in to comment.