Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -760,7 +760,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, delete_cache=(60, 3600)) as a
|
|
| 760 |
gallery.select(
|
| 761 |
update_selection,
|
| 762 |
inputs=[selected_indices, loras_state, width, height],
|
| 763 |
-
outputs=[prompt, selected_info_1, selected_info_2, selected_indices, lora_scale_1, lora_scale_2, width, height, lora_image_1, lora_image_2]
|
| 764 |
)
|
| 765 |
remove_button_1.click(
|
| 766 |
remove_lora_1,
|
|
|
|
| 760 |
gallery.select(
|
| 761 |
update_selection,
|
| 762 |
inputs=[selected_indices, loras_state, width, height],
|
| 763 |
+
outputs=[prompt, selected_info_1, selected_info_2,selected_info_3, selected_indices, lora_scale_1, lora_scale_2,lora_scale_3, width, height, lora_image_1, lora_image_2,lora_image_3]
|
| 764 |
)
|
| 765 |
remove_button_1.click(
|
| 766 |
remove_lora_1,
|