multimodalart HF staff commited on
Commit
a7ae1ff
1 Parent(s): 0cc4495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -376,7 +376,7 @@ with gr.Blocks(css="custom.css") as demo:
376
  show_share_button=False,
377
  height=550
378
  )
379
- custom_model = gr.Textbox(label="Enter a custom Hugging Face or CivitAI SDXL LoRA", interactive=False, info="Coming soon...")
380
  with gr.Column(scale=5):
381
  with gr.Row():
382
  prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, info="Describe your subject (optional)", value="A person", elem_id="prompt")
 
376
  show_share_button=False,
377
  height=550
378
  )
379
+ custom_model = gr.Textbox(label="Enter a custom Hugging Face or CivitAI SDXL LoRA", interactive=False, placeholder="Coming soon...")
380
  with gr.Column(scale=5):
381
  with gr.Row():
382
  prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, info="Describe your subject (optional)", value="A person", elem_id="prompt")