Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -950,7 +950,7 @@ demo = gr.Interface(generate_image_from_prompt,
|
|
950 |
),
|
951 |
],
|
952 |
outputs=[
|
953 |
-
gr.Gallery(label="Generated Images", show_label=False, elem_id="gallery", columns=
|
954 |
object_fit="contain"),
|
955 |
],
|
956 |
title=title,
|
|
|
950 |
),
|
951 |
],
|
952 |
outputs=[
|
953 |
+
gr.Gallery(label="Generated Images", show_label=False, elem_id="gallery", columns=1, rows=1,
|
954 |
object_fit="contain"),
|
955 |
],
|
956 |
title=title,
|