Shreya Shetye commited on
Commit
53bb8c1
1 Parent(s): da2b0d4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+ ---
4
+
5
+
6
+ ## Usage
7
+
8
+ ```python
9
+ from diffusers import DDPMPipeline
10
+
11
+ pipeline = DDPMPipeline.from_pretrained('dlcvUIUC/wuershten-checkpoint-3000-2')
12
+ image = pipeline().images[0]
13
+ image
14
+ ```