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