From dcf7754f96c43622cbea89453134522841446770 Mon Sep 17 00:00:00 2001 From: Kevin Wang <126712357+KevinWang676@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:04:53 -0700 Subject: [PATCH] Update inference.py --- inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference.py b/inference.py index 864e13c..568a39a 100644 --- a/inference.py +++ b/inference.py @@ -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