John6666 commited on
Commit
785321c
·
verified ·
1 Parent(s): ffe9ea4

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,9 +20,9 @@ with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css, delete_ca
20
  search_civitai_tag = gr.Textbox(label="Tag", lines=1)
21
  search_civitai_submit = gr.Button("Search on Civitai")
22
  with gr.Row():
23
- search_civitai_result = gr.Dropdown(label="Search Results", choices=[("", "")], value="", allow_custom_value=True, visible=False)
24
  search_civitai_json = gr.JSON(value={}, visible=False)
25
  search_civitai_desc = gr.Markdown(value="", visible=False)
 
26
  dl_url = gr.Textbox(label="Download URL", placeholder="https://civitai.com/api/download/models/28907", value="", lines=1)
27
  civitai_key = gr.Textbox(label="Your Civitai Key", value="", max_lines=1)
28
  with gr.Row():
 
20
  search_civitai_tag = gr.Textbox(label="Tag", lines=1)
21
  search_civitai_submit = gr.Button("Search on Civitai")
22
  with gr.Row():
 
23
  search_civitai_json = gr.JSON(value={}, visible=False)
24
  search_civitai_desc = gr.Markdown(value="", visible=False)
25
+ search_civitai_result = gr.Dropdown(label="Search Results", choices=[("", "")], value="", allow_custom_value=True, visible=False)
26
  dl_url = gr.Textbox(label="Download URL", placeholder="https://civitai.com/api/download/models/28907", value="", lines=1)
27
  civitai_key = gr.Textbox(label="Your Civitai Key", value="", max_lines=1)
28
  with gr.Row():