gradio 3.39

This commit is contained in:
AUTOMATIC1111
2023-08-04 07:50:17 +03:00
parent 71efc5bda8
commit 362789a379
13 changed files with 95 additions and 86 deletions

View File

@@ -134,7 +134,7 @@ Requested path was: {f}
with gr.Column(variant='panel', elem_id=f"{tabname}_results"):
with gr.Group(elem_id=f"{tabname}_gallery_container"):
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id=f"{tabname}_gallery").style(columns=4)
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id=f"{tabname}_gallery", columns=4)
generation_info = None
with gr.Column():