Spaces:
Running
on
Zero
Running
on
Zero
fix
Browse files
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="
|
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):
|