Spaces:
Sleeping
Sleeping
pngwn
commited on
Commit
·
90ec86f
1
Parent(s):
ea20bfc
asd
Browse files
app.py
CHANGED
|
@@ -42,6 +42,7 @@ with block:
|
|
| 42 |
)
|
| 43 |
|
| 44 |
gallery = gr.Image(
|
|
|
|
| 45 |
label="Generated images", show_label=False, elem_id="gallery"
|
| 46 |
).style(grid=[2], height="auto")
|
| 47 |
|
|
|
|
| 42 |
)
|
| 43 |
|
| 44 |
gallery = gr.Image(
|
| 45 |
+
interactive=False,
|
| 46 |
label="Generated images", show_label=False, elem_id="gallery"
|
| 47 |
).style(grid=[2], height="auto")
|
| 48 |
|