ford442 commited on
Commit
2e254d8
·
verified ·
1 Parent(s): 7f2f8a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -325,7 +325,8 @@ with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
325
  choices=options,
326
  value=True,
327
  label="Use expanded prompt: ",
328
- ) run_button = gr.Button("Run", scale=0, variant="primary")
 
329
  result = gr.Image(label="Result", show_label=False)
330
  with gr.Accordion("Advanced Settings", open=False):
331
  latent_file = gr.File(label="Latents File (optional)") # Add latents file input
 
325
  choices=options,
326
  value=True,
327
  label="Use expanded prompt: ",
328
+ )
329
+ run_button = gr.Button("Run", scale=0, variant="primary")
330
  result = gr.Image(label="Result", show_label=False)
331
  with gr.Accordion("Advanced Settings", open=False):
332
  latent_file = gr.File(label="Latents File (optional)") # Add latents file input