eggarsway commited on
Commit
a7feb71
1 Parent(s): 4b93833
Files changed (1) hide show
  1. app.py +4 -4
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
- 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,
 
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,