Spaces:
Sleeping
Sleeping
Commit ·
0cb85e1
1
Parent(s): 255b8d3
Update app.py
Browse files
app.py
CHANGED
|
@@ -299,7 +299,7 @@ demo = gr.Interface(generate_image_from_prompt,
|
|
| 299 |
],
|
| 300 |
outputs = [
|
| 301 |
|
| 302 |
-
gr.Gallery(label="Generated images", show_label=
|
| 303 |
],
|
| 304 |
|
| 305 |
title = title
|
|
|
|
| 299 |
],
|
| 300 |
outputs = [
|
| 301 |
|
| 302 |
+
gr.Gallery(label="Generated images", show_label=True, elem_id="gallery", columns=[2], rows=[2], object_fit="contain", height="auto")
|
| 303 |
],
|
| 304 |
|
| 305 |
title = title
|