Steven18 commited on
Commit
1fb27ce
·
1 Parent(s): f391f90
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -412,7 +412,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
412
  fn=toggle_multiimage_visibility,
413
  inputs=is_multiimage,
414
  outputs=[uploaded_api_images, multiimage_prompt],
415
- trigger_mode="always"
416
  )
417
 
418
  with gr.Accordion(label="Generation Settings", open=False):
 
412
  fn=toggle_multiimage_visibility,
413
  inputs=is_multiimage,
414
  outputs=[uploaded_api_images, multiimage_prompt],
415
+ trigger_mode="multiple"
416
  )
417
 
418
  with gr.Accordion(label="Generation Settings", open=False):