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