Spaces:
Running
Running
Commit
·
617a92e
1
Parent(s):
a615b7a
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(css=css) as demo:
|
|
230 |
with gr.Row():
|
231 |
submit_source_civit = gr.Textbox(
|
232 |
label="CivitAI model URL",
|
233 |
-
info="URL of the CivitAI model,
|
234 |
)
|
235 |
submit_button_civit = gr.Button("Upload model to Hugging Face and submit")
|
236 |
output = gr.Textbox(label="Output progress")
|
|
|
230 |
with gr.Row():
|
231 |
submit_source_civit = gr.Textbox(
|
232 |
label="CivitAI model URL",
|
233 |
+
info="URL of the CivitAI model, for now we only support SDXL LoRAs",
|
234 |
)
|
235 |
submit_button_civit = gr.Button("Upload model to Hugging Face and submit")
|
236 |
output = gr.Textbox(label="Output progress")
|