shweaung commited on
Commit
96a7af3
1 Parent(s): 58549d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
126
  output = gr.Image(label="GIF", show_label=False)
127
  output_stills = gr.Image(label="stills", show_label=False, elem_id="stills")
128
  with gr.Accordion("Advanced Settings", open=False):
129
- custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
130
  seed = gr.Slider(
131
  label="Seed",
132
  minimum=0,
 
126
  output = gr.Image(label="GIF", show_label=False)
127
  output_stills = gr.Image(label="stills", show_label=False, elem_id="stills")
128
  with gr.Accordion("Advanced Settings", open=False):
129
+ custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA path (optional)", placeholder="multimodalart/vintage-ads-flux")
130
  seed = gr.Slider(
131
  label="Seed",
132
  minimum=0,