Manireddy1508 commited on
Commit
309599e
·
verified ·
1 Parent(s): 4093828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ demo = gr.Interface(
84
  gr.Image(type="pil", label="Product Image"),
85
  gr.Slider(1, 5, value=3, step=1, label="Number of Variations")
86
  ],
87
- outputs=gr.Gallery(label="Generated Images").style(grid=[2], height="auto"),
88
  title="NewCrux Product Image Generator (SDXL Only)",
89
  description="Upload a product image and enter a prompt. SDXL will generate enriched variations using AI."
90
  )
 
84
  gr.Image(type="pil", label="Product Image"),
85
  gr.Slider(1, 5, value=3, step=1, label="Number of Variations")
86
  ],
87
+ output_gallery = gr.Gallery(label="Generated Variations", columns=2, rows=2, height="auto"),
88
  title="NewCrux Product Image Generator (SDXL Only)",
89
  description="Upload a product image and enter a prompt. SDXL will generate enriched variations using AI."
90
  )