fix: the civitai button can not be clicked

This commit is contained in:
Zxilly
2024-01-13 15:55:49 +08:00
committed by GitHub
parent ab7b78ccf4
commit 4afb41a6f2
+1 -1
View File
@@ -570,7 +570,7 @@ def create_ui():
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():