Upload app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(fill_width=True, elem_id="container", css=css, delete_cache=(60,
|
|
151 |
lora_search_civitai_submit = gr.Button("Search on Civitai")
|
152 |
with gr.Row():
|
153 |
lora_search_civitai_json = gr.JSON(value={}, visible=False)
|
154 |
-
lora_search_civitai_desc = gr.Markdown(value="", visible=False)
|
155 |
with gr.Accordion("Select from Gallery", open=False):
|
156 |
lora_search_civitai_gallery = gr.Gallery([], label="Results", allow_preview=False, columns=5, show_share_button=False, interactive=False)
|
157 |
lora_search_civitai_result = gr.Dropdown(label="Search Results", choices=[("", "")], value="", allow_custom_value=True, visible=False)
|
|
|
151 |
lora_search_civitai_submit = gr.Button("Search on Civitai")
|
152 |
with gr.Row():
|
153 |
lora_search_civitai_json = gr.JSON(value={}, visible=False)
|
154 |
+
lora_search_civitai_desc = gr.Markdown(value="", visible=False, elem_classes="desc")
|
155 |
with gr.Accordion("Select from Gallery", open=False):
|
156 |
lora_search_civitai_gallery = gr.Gallery([], label="Results", allow_preview=False, columns=5, show_share_button=False, interactive=False)
|
157 |
lora_search_civitai_result = gr.Dropdown(label="Search Results", choices=[("", "")], value="", allow_custom_value=True, visible=False)
|