Feature ratio above 1 was expectedly terrible.

This commit is contained in:
Mangio621
2023-05-09 20:46:49 +10:00
parent 3911e70dc1
commit e03ae613f1

View File

@@ -1108,7 +1108,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
# )
index_rate1 = gr.Slider(
minimum=0,
maximum=5,
maximum=1,
label=i18n("检索特征占比"),
value=0.76,
interactive=True,