From de3364f3aa2f21a6cf86f5b07dffc8a616f93181 Mon Sep 17 00:00:00 2001 From: alexlnkp Date: Mon, 24 Jul 2023 22:23:52 +0700 Subject: [PATCH] lil fix --- infer-web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer-web.py b/infer-web.py index 28368b0..06aff03 100644 --- a/infer-web.py +++ b/infer-web.py @@ -1546,7 +1546,7 @@ def cli_infer(com): mix = float(com[10]) feature_ratio = float(com[11]) protection_amnt = float(com[12]) - protect1 = 0.0 + protect1 = 0.5 if com[14] == 'False' or com[14] == 'false': DoFormant = False