mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
add missing interrogate in output panel
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -246,7 +246,7 @@ def create_output_panel(tabname, preview=True, prompt=None, height=None, transfe
|
||||
elem_classes=["gallery_main"],
|
||||
)
|
||||
if prompt is not None:
|
||||
ui_sections.create_interrogate_button(tab=tabname, inputs=result_gallery, outputs=prompt)
|
||||
ui_sections.create_interrogate_button(tab=tabname, inputs=result_gallery, outputs=prompt, what='output')
|
||||
|
||||
with gr.Column(elem_id=f"{tabname}_footer", elem_classes="gallery_footer"):
|
||||
dummy_component = gr.Label(visible=False)
|
||||
|
||||
Reference in New Issue
Block a user