adamelliotfields commited on
Commit
11ee0ea
1 Parent(s): 212624a

Fix image format

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -283,7 +283,7 @@ with gr.Blocks(
283
  seed.change(None, inputs=[seed], outputs=[], js=seed_js)
284
 
285
  file_format.change(
286
- lambda f: (gr.Gallery(format=f), gr.Image(format=f), gr.Image(format=f)),
287
  inputs=[file_format],
288
  outputs=[output_images],
289
  show_api=False,
 
283
  seed.change(None, inputs=[seed], outputs=[], js=seed_js)
284
 
285
  file_format.change(
286
+ lambda f: gr.Gallery(format=f),
287
  inputs=[file_format],
288
  outputs=[output_images],
289
  show_api=False,