Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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(
|