Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ footer {
|
|
231 |
|
232 |
.hamster__limb--br,
|
233 |
.hamster__limb--bl {
|
234 |
-
clip-path: polygon(0 0,100% 0,100%
|
235 |
top: 1.25em;
|
236 |
left: 2.8em;
|
237 |
width: 1.5em;
|
@@ -382,7 +382,7 @@ with gr.Blocks(css=css) as demo:
|
|
382 |
generate_btn = gr.Button("Generate")
|
383 |
|
384 |
with gr.Row():
|
385 |
-
image_output = gr.Gallery(label="Generated Images"
|
386 |
seed_output = gr.Number(label="Seed Used")
|
387 |
|
388 |
gr.Examples(examples=examples, inputs=[prompt])
|
|
|
231 |
|
232 |
.hamster__limb--br,
|
233 |
.hamster__limb--bl {
|
234 |
+
clip-path: polygon(0 0,100% 0,100% 30%,70% 80%,50% 100%,40% 80%,0% 30%);
|
235 |
top: 1.25em;
|
236 |
left: 2.8em;
|
237 |
width: 1.5em;
|
|
|
382 |
generate_btn = gr.Button("Generate")
|
383 |
|
384 |
with gr.Row():
|
385 |
+
image_output = gr.Gallery(label="Generated Images", grid=[2], height="auto")
|
386 |
seed_output = gr.Number(label="Seed Used")
|
387 |
|
388 |
gr.Examples(examples=examples, inputs=[prompt])
|