ovi054 commited on
Commit
df474c5
·
verified ·
1 Parent(s): ee6683d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as app:
124
  with gr.Row():
125
  text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
126
  with gr.Row():
127
- custom_lora = gr.Textbox(label="Custom LoRA (optional)", info="URL or the path to the LoRA weights", placeholder="kudzueye/boreal-qwen-image")
128
  with gr.Row():
129
  with gr.Accordion("Advanced Settings", open=False):
130
  lora_scale = gr.Slider(
 
124
  with gr.Row():
125
  text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
126
  with gr.Row():
127
+ custom_lora = gr.Textbox(label="Custom LoRA (optional)", info="URL or the path to the LoRA weights", placeholder="ostris/z_image_turbo_childrens_drawings")
128
  with gr.Row():
129
  with gr.Accordion("Advanced Settings", open=False):
130
  lora_scale = gr.Slider(