rahul7star commited on
Commit
ca23787
·
verified ·
1 Parent(s): 05cbff8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def generate_images(prompt):
55
  iface = gr.Interface(
56
  fn=generate_images,
57
  inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
58
- outputs=gr.Gallery(label="Generated Images").style(grid=[5]), # Display images in a grid of 5 columns
59
  title="Design by rahul7star",
60
  description="Make designs for your clothes",
61
  examples=[["Cute Panda"], ["Skull"]]
 
55
  iface = gr.Interface(
56
  fn=generate_images,
57
  inputs=gr.Textbox(lines=2, placeholder="Type your prompt here..."),
58
+ outputs=gr.Gallery(label="Generated Images", columns=5), # Display images in a grid of 5 columns
59
  title="Design by rahul7star",
60
  description="Make designs for your clothes",
61
  examples=[["Cute Panda"], ["Skull"]]