Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
|
|
52 |
seed = gr.Number(label="Seed", value=3413, interactive=True)
|
53 |
btn = gr.Button(value="run")
|
54 |
with gr.Column():
|
55 |
-
output = gr.Gallery(
|
56 |
|
57 |
def process_image(num_images, height, width, prompt, seed):
|
58 |
global pipe
|
|
|
52 |
seed = gr.Number(label="Seed", value=3413, interactive=True)
|
53 |
btn = gr.Button(value="run")
|
54 |
with gr.Column():
|
55 |
+
output = gr.Gallery(height=1024)
|
56 |
|
57 |
def process_image(num_images, height, width, prompt, seed):
|
58 |
global pipe
|