Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
226 |
value="1:1",
|
227 |
)
|
228 |
with gr.Row():
|
229 |
-
lora = gr.Textbox(label="qwen3 image lora (optional)"
|
230 |
with gr.Accordion("Additional Options", open=False):
|
231 |
use_negative_prompt = gr.Checkbox(
|
232 |
label="Use negative prompt",
|
|
|
226 |
value="1:1",
|
227 |
)
|
228 |
with gr.Row():
|
229 |
+
lora = gr.Textbox(label="qwen3 image lora (optional)")
|
230 |
with gr.Accordion("Additional Options", open=False):
|
231 |
use_negative_prompt = gr.Checkbox(
|
232 |
label="Use negative prompt",
|