adarksky commited on
Commit
0bcb402
·
verified ·
1 Parent(s): b620075

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -20,4 +20,6 @@ from diffusers import DDPMPipeline
20
  pipeline = DDPMPipeline.from_pretrained('adarksky/pokemon-DDPM')
21
  image = pipeline().images[0]
22
  image
23
- ```
 
 
 
20
  pipeline = DDPMPipeline.from_pretrained('adarksky/pokemon-DDPM')
21
  image = pipeline().images[0]
22
  image
23
+ ```
24
+
25
+ Use `diffusers==0.30.2`