Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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"]]
|