Spaces:
Sleeping
Sleeping
adamelliotfields
commited on
Commit
•
11ee0ea
1
Parent(s):
212624a
Fix image format
Browse files
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:
|
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,
|