Spaces:
Running
Running
Commit
•
28a4f67
1
Parent(s):
da93b9f
Update app.py
Browse files
app.py
CHANGED
@@ -345,16 +345,16 @@ Get diffusers compatibility, a free GPU-based Inference Widget and possibility t
|
|
345 |
with gr.Row():
|
346 |
submit_source_civit = gr.Textbox(
|
347 |
label="CivitAI model URL",
|
348 |
-
info="URL of the CivitAI
|
349 |
)
|
350 |
submit_button_civit = gr.Button("Upload model to Hugging Face and submit", interactive=False)
|
351 |
with gr.Column(visible=False) as enabled_area:
|
352 |
with gr.Column():
|
353 |
submit_source_civit = gr.Textbox(
|
354 |
label="CivitAI model URL",
|
355 |
-
info="URL of the CivitAI
|
356 |
)
|
357 |
-
with gr.Accordion("Advanced options", 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",
|
|
|
345 |
with gr.Row():
|
346 |
submit_source_civit = gr.Textbox(
|
347 |
label="CivitAI model URL",
|
348 |
+
info="URL of the CivitAI LoRA",
|
349 |
)
|
350 |
submit_button_civit = gr.Button("Upload model to Hugging Face and submit", interactive=False)
|
351 |
with gr.Column(visible=False) as enabled_area:
|
352 |
with gr.Column():
|
353 |
submit_source_civit = gr.Textbox(
|
354 |
label="CivitAI model URL",
|
355 |
+
info="URL of the CivitAI LoRA",
|
356 |
)
|
357 |
+
with gr.Accordion("Advanced options (bulk upload and more)", 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",
|