Shreya Shetye commited on
Commit
79217eb
1 Parent(s): 3fb11a3

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/ddpm-celebahq-finetuned-cartoonfaces-final')
12
+ image = pipeline().images[0]
13
+ image
14
+ ```