Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ datasets:
|
|
3 |
- eurecom-ds/shapes3d
|
4 |
pipeline_tag: unconditional-image-generation
|
5 |
---
|
6 |
-
|
7 |
# !pip install diffusers
|
8 |
from diffusers import DiffusionPipeline
|
9 |
import torch
|
@@ -27,6 +27,7 @@ image = pipe(
|
|
27 |
|
28 |
# save image
|
29 |
image[0].save("sde_ve_generated_image.png")
|
|
|
30 |
|
31 |
|
32 |

|
|
|
3 |
- eurecom-ds/shapes3d
|
4 |
pipeline_tag: unconditional-image-generation
|
5 |
---
|
6 |
+
```python
|
7 |
# !pip install diffusers
|
8 |
from diffusers import DiffusionPipeline
|
9 |
import torch
|
|
|
27 |
|
28 |
# save image
|
29 |
image[0].save("sde_ve_generated_image.png")
|
30 |
+
```
|
31 |
|
32 |
|
33 |

|