Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -12,5 +12,5 @@ tags:
|
|
| 12 |
from diffusers import DDPMPipeline
|
| 13 |
|
| 14 |
pipeline = DDPMPipeline.from_pretrained('ijiu/sd-class-butterflies-32')
|
| 15 |
-
image = pipeline().images
|
| 16 |
image
|
|
|
|
| 12 |
from diffusers import DDPMPipeline
|
| 13 |
|
| 14 |
pipeline = DDPMPipeline.from_pretrained('ijiu/sd-class-butterflies-32')
|
| 15 |
+
image = pipeline().images[0]
|
| 16 |
image
|