Skip to content

Commit

Permalink
Merge pull request #2710 from Zxilly/patch-1
Browse files Browse the repository at this point in the history
fix: the civitai button can not be clicked
  • Loading branch information
vladmandic authored Jan 13, 2024
2 parents ab7b78c + 4afb41a commit 5fb290f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def civit_search_metadata(civit_previews_rehash, title):
with gr.Row():
civit_search_text = gr.Textbox('', label='Search models', placeholder='keyword')
civit_search_tag = gr.Textbox('', label='', placeholder='tags')
civit_search_btn = ToolButton(value="🔍", label="Search", interactive=False)
civit_search_btn = ToolButton(value="🔍", label="Search", interactive=True)
with gr.Row():
civit_search_res = gr.HTML('')
with gr.Row():
Expand Down

0 comments on commit 5fb290f

Please sign in to comment.