ovi054 commited on
Commit
61c0159
·
verified ·
1 Parent(s): fcd6d54

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="LoRA Hugging Face path", placeholder="flymy-ai/qwen-image-realism-lora")
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="flymy-ai/qwen-image-realism-lora")
128
  with gr.Row():
129
  with gr.Accordion("Advanced Settings", open=False):
130
  lora_scale = gr.Slider(