Spaces:
Runtime error
Runtime error
re-layout
Browse files
app.py
CHANGED
@@ -223,10 +223,10 @@ with gr.Blocks() as demo:
|
|
223 |
2) if #DDsteps==0, it means the SD process runs without DD.
|
224 |
"""
|
225 |
)
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
|
231 |
args = [
|
232 |
in_prompt,
|
|
|
223 |
2) if #DDsteps==0, it means the SD process runs without DD.
|
224 |
"""
|
225 |
)
|
226 |
+
with gr.Column(variant="compact"):
|
227 |
+
gallery = gr.Gallery(
|
228 |
+
label="Generated images", show_label=False, elem_id="gallery"
|
229 |
+
).style(grid=[2], height="auto")
|
230 |
|
231 |
args = [
|
232 |
in_prompt,
|