multimodalart HF staff commited on
Commit
5751e99
1 Parent(s): c2dedbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -230,9 +230,9 @@ 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, for now we only support SDXL LoRAs",
234
  )
235
- submit_button_civit = gr.Button("Upload model to Hugging Face and submit")
236
  with gr.Column(visible=False) as enabled_area:
237
  with gr.Row():
238
  submit_source_civit = gr.Textbox(
 
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", interactive=False)
236
  with gr.Column(visible=False) as enabled_area:
237
  with gr.Row():
238
  submit_source_civit = gr.Textbox(