multimodalart HF staff commited on
Commit
617a92e
·
1 Parent(s): a615b7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, make sure it is a SDXL LoRA",
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")