bump gradio to 3.27

This commit is contained in:
AUTOMATIC
2023-04-29 09:17:35 +03:00
parent 22bcc7be42
commit 101a18fc84
6 changed files with 14 additions and 15 deletions

View File

@@ -125,7 +125,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(grid=4)
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id=f"{tabname}_gallery").style(columns=4)
generation_info = None
with gr.Column():