multimodalart HF staff commited on
Commit
652664b
1 Parent(s): bd61b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -492,7 +492,7 @@ with gr.Blocks(css="custom.css") as demo:
492
  show_share_button=False,
493
  height=550
494
  )
495
- custom_model = gr.Textbox(label="Enter a custom Hugging Face or CivitAI SDXL LoRA", interactive=False, placeholder="Coming soon...")
496
  custom_model_card = gr.HTML(visible=False)
497
  custom_model_button = gr.Button("Remove custom LoRA", visible=False)
498
  with gr.Column(scale=5):
 
492
  show_share_button=False,
493
  height=550
494
  )
495
+ custom_model = gr.Textbox(label="Enter a custom Hugging Face or CivitAI SDXL LoRA", placeholder="Paste Hugging Face or CivitAI model path...")
496
  custom_model_card = gr.HTML(visible=False)
497
  custom_model_button = gr.Button("Remove custom LoRA", visible=False)
498
  with gr.Column(scale=5):