Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,6 @@ gr.Interface(
|
|
21 |
],
|
22 |
outputs=gr.Image(shape=[28,28], type="pil", elem_id="output_image"),
|
23 |
css="#output_image{width: 256px}",
|
24 |
-
title="Unconditional
|
25 |
description="A DDPM scheduler and UNet model trained on the MNIST dataset for unconditional image generation.",
|
26 |
).queue().launch()
|
|
|
21 |
],
|
22 |
outputs=gr.Image(shape=[28,28], type="pil", elem_id="output_image"),
|
23 |
css="#output_image{width: 256px}",
|
24 |
+
title="Unconditional MNIST",
|
25 |
description="A DDPM scheduler and UNet model trained on the MNIST dataset for unconditional image generation.",
|
26 |
).queue().launch()
|