Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,8 +22,7 @@ gr.Interface(
|
|
| 22 |
grc.Slider(1, 100, label='Inference Steps', value=12, step=1),
|
| 23 |
grc.Slider(0, 2147483647, label='Seed', value=69420, step=1),
|
| 24 |
],
|
| 25 |
-
outputs=gr.Image(height=28, width=28, type="pil"
|
| 26 |
-
css="#output_image{width: 256px !important; height: 256px !important;}",
|
| 27 |
title="Unconditional MNIST",
|
| 28 |
description="A DDIM scheduler and UNet model trained on the MNIST dataset for unconditional image generation.",
|
| 29 |
).queue().launch()
|
|
|
|
| 22 |
grc.Slider(1, 100, label='Inference Steps', value=12, step=1),
|
| 23 |
grc.Slider(0, 2147483647, label='Seed', value=69420, step=1),
|
| 24 |
],
|
| 25 |
+
outputs=gr.Image(height=28, width=28, type="pil"),
|
|
|
|
| 26 |
title="Unconditional MNIST",
|
| 27 |
description="A DDIM scheduler and UNet model trained on the MNIST dataset for unconditional image generation.",
|
| 28 |
).queue().launch()
|