Skip to content

Commit

Permalink
fix #1110
Browse files Browse the repository at this point in the history
  • Loading branch information
GaiZhenbiao committed May 4, 2024
1 parent 85dd4dd commit 3d0c63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChuanhuChatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def create_new_model():
with gr.Row(elem_id="chatbot-header"):
model_select_dropdown = gr.Dropdown(
label=i18n("选择模型"), choices=MODELS, multiselect=False, value=MODELS[DEFAULT_MODEL], interactive=True,
show_label=False, container=False, elem_id="model-select-dropdown"
show_label=False, container=False, elem_id="model-select-dropdown", filterable=False
)
lora_select_dropdown = gr.Dropdown(
label=i18n("选择模型"), choices=[], multiselect=False, interactive=True, visible=False,
Expand Down

0 comments on commit 3d0c63c

Please sign in to comment.