Spaces:
Running
Running
Commit
·
cc0d7b4
1
Parent(s):
ea1088a
Update app.py
Browse files
app.py
CHANGED
|
@@ -354,7 +354,7 @@ Get diffusers compatibility, a free GPU-based Inference Widget and possibility t
|
|
| 354 |
label="CivitAI model URL",
|
| 355 |
info="URL of the CivitAI LoRA",
|
| 356 |
)
|
| 357 |
-
with gr.Accordion("
|
| 358 |
civit_username_to_bulk = gr.Textbox(label="CivitAI username (optional)", info="Type your CivitAI username here to automagically fill the bulk models URLs list below (optional, you can paste links down here directly)")
|
| 359 |
submit_bulk_civit = gr.Textbox(
|
| 360 |
label="CivitAI bulk models URLs",
|
|
|
|
| 354 |
label="CivitAI model URL",
|
| 355 |
info="URL of the CivitAI LoRA",
|
| 356 |
)
|
| 357 |
+
with gr.Accordion("Bulk upload (bring in multiple LoRAs)", open=False):
|
| 358 |
civit_username_to_bulk = gr.Textbox(label="CivitAI username (optional)", info="Type your CivitAI username here to automagically fill the bulk models URLs list below (optional, you can paste links down here directly)")
|
| 359 |
submit_bulk_civit = gr.Textbox(
|
| 360 |
label="CivitAI bulk models URLs",
|