Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -13,4 +13,3 @@ from diffusers import DDPMPipeline
|
|
| 13 |
pipeline = DDPMPipeline.from_pretrained('DeepBird/my_custom_ddpm_train')
|
| 14 |
image = pipeline().images[0]
|
| 15 |
image
|
| 16 |
-
'''
|
|
|
|
| 13 |
pipeline = DDPMPipeline.from_pretrained('DeepBird/my_custom_ddpm_train')
|
| 14 |
image = pipeline().images[0]
|
| 15 |
image
|
|
|