multimodalart HF staff commited on
Commit
0aaa791
·
verified ·
1 Parent(s): 0dc6679

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -407,6 +407,7 @@ By uploading your LoRAs to Hugging Face you get diffusers compatibility, a free
407
  with gr.Column(elem_id="disabled_upload") as disabled_area:
408
  with gr.Row():
409
  submit_source_civit = gr.Textbox(
 
410
  label="CivitAI model URL",
411
  info="URL of the CivitAI LoRA",
412
  )
 
407
  with gr.Column(elem_id="disabled_upload") as disabled_area:
408
  with gr.Row():
409
  submit_source_civit = gr.Textbox(
410
+ placeholder="https://civitai.com/models/144684/pixelartredmond-pixel-art-loras-for-sd-xl",
411
  label="CivitAI model URL",
412
  info="URL of the CivitAI LoRA",
413
  )