Keltezaa commited on
Commit
50bb426
·
verified ·
1 Parent(s): 323b3a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -609,7 +609,7 @@ with gr.Blocks(css=css, delete_cache=(60, 60)) as app:
609
  gr.on(
610
  triggers=[generate_button.click, prompt.submit],
611
  fn=run_lora,
612
- inputs=[prompt, image_strength, cfg_scale, steps, selected_indices, lora_scale_1, lora_scale_2, randomize_seed, seed, width, height, loras_state],
613
  outputs=[result, seed, progress_bar]
614
  ).then(
615
  fn=lambda x, history: update_history(x, history),
 
609
  gr.on(
610
  triggers=[generate_button.click, prompt.submit],
611
  fn=run_lora,
612
+ inputs=[prompt, cfg_scale, steps, selected_indices, lora_scale_1, lora_scale_2, randomize_seed, seed, width, height, loras_state],
613
  outputs=[result, seed, progress_bar]
614
  ).then(
615
  fn=lambda x, history: update_history(x, history),