prithivMLmods commited on
Commit
2d8567b
·
verified ·
1 Parent(s): e11782a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)", info="insert lora path")
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",