Spaces:
Running
on
Zero
Running
on
Zero
Make gallery non-interactive
Browse files
app.py
CHANGED
|
@@ -457,7 +457,7 @@ An Efficient Image Generation Foundation Model with Single-Stream Diffusion Tran
|
|
| 457 |
|
| 458 |
with gr.Column(scale=1):
|
| 459 |
output_gallery = gr.Gallery(
|
| 460 |
-
label="Generated Images", columns=2, rows=2, height=600, object_fit="contain", format="png"
|
| 461 |
)
|
| 462 |
used_seed = gr.Textbox(label="Seed Used", interactive=False)
|
| 463 |
|
|
|
|
| 457 |
|
| 458 |
with gr.Column(scale=1):
|
| 459 |
output_gallery = gr.Gallery(
|
| 460 |
+
label="Generated Images", columns=2, rows=2, height=600, object_fit="contain", format="png", interactive=False
|
| 461 |
)
|
| 462 |
used_seed = gr.Textbox(label="Seed Used", interactive=False)
|
| 463 |
|