File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -371,11 +371,7 @@ def launcher(self):
371
371
),
372
372
],
373
373
[
374
- sg .Text (
375
- i18n (
376
- "Feature searching ratio"
377
- )
378
- ),
374
+ sg .Text (i18n ("Feature searching ratio" )),
379
375
sg .Slider (
380
376
range = (0.0 , 1.0 ),
381
377
key = "index_rate" ,
Original file line number Diff line number Diff line change 105
105
index_rate1 = gr .Slider (
106
106
minimum = 0 ,
107
107
maximum = 1 ,
108
- label = i18n (
109
- "Feature searching ratio"
110
- ),
108
+ label = i18n ("Feature searching ratio" ),
111
109
value = 0.88 ,
112
110
interactive = True ,
113
111
)
Original file line number Diff line number Diff line change @@ -910,9 +910,7 @@ def change_f0_method(f0method8):
910
910
index_rate1 = gr .Slider (
911
911
minimum = 0 ,
912
912
maximum = 1 ,
913
- label = i18n (
914
- "Feature searching ratio"
915
- ),
913
+ label = i18n ("Feature searching ratio" ),
916
914
value = 0.75 ,
917
915
interactive = True ,
918
916
)
@@ -1067,9 +1065,7 @@ def change_f0_method(f0method8):
1067
1065
index_rate2 = gr .Slider (
1068
1066
minimum = 0 ,
1069
1067
maximum = 1 ,
1070
- label = i18n (
1071
- "Feature searching ratio"
1072
- ),
1068
+ label = i18n ("Feature searching ratio" ),
1073
1069
value = 1 ,
1074
1070
interactive = True ,
1075
1071
)
You can’t perform that action at this time.
0 commit comments