Number of images is always 1

#6
by lichorosario - opened

Change the number of images from 1 to 4 always returns 1 image

you have to also change number of columns in result from 1 to 2.
result = gr.Gallery(label="Result", columns=2, show_label=False)

Sign up or log in to comment