Update app.py
Browse files
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,
|
| 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, 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),
|