Changed maximum feature ratio slider value to 5. Testing whether this makes some sort of difference...

This commit is contained in:
Mangio621
2023-05-09 20:35:58 +10:00
parent 0740bfb6a6
commit 3911e70dc1

View File

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