ovi054 commited on
Commit
7169bd2
·
verified ·
1 Parent(s): b89f514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as app:
78
  with gr.Row():
79
  text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
80
  with gr.Row():
81
- custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="flymy-ai/qwen-image-realism-lora")
82
  with gr.Row():
83
  with gr.Accordion("Advanced Settings", open=False):
84
  lora_scale = gr.Slider(
 
78
  with gr.Row():
79
  text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
80
  with gr.Row():
81
+ custom_lora = gr.Textbox(label="Custom LoRA (optional)", info="LoRA Hugging Face path (optional)", placeholder="flymy-ai/qwen-image-realism-lora")
82
  with gr.Row():
83
  with gr.Accordion("Advanced Settings", open=False):
84
  lora_scale = gr.Slider(