1aurent commited on
Commit
6bc78c1
·
1 Parent(s): bb3e0ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ gr.Interface(
19
  gr.inputs.Slider(1, 100, label='Inference Steps', default=5, step=1),
20
  gr.inputs.Slider(0, 2147483647, label='Seed', default=random_seed, step=1),
21
  ],
22
- outputs=gr.Image(shape=[128,128], type="pil", elem_id="output_image"),
23
  css="#output_image{width: 256px}",
24
  title="Unconditional butterflies",
25
  description="A DDPM scheduler and UNet model trained on the MNIST dataset for unconditional image generation.",
 
19
  gr.inputs.Slider(1, 100, label='Inference Steps', default=5, step=1),
20
  gr.inputs.Slider(0, 2147483647, label='Seed', default=random_seed, step=1),
21
  ],
22
+ outputs=gr.Image(shape=[28,28], type="pil", elem_id="output_image"),
23
  css="#output_image{width: 256px}",
24
  title="Unconditional butterflies",
25
  description="A DDPM scheduler and UNet model trained on the MNIST dataset for unconditional image generation.",