sunhaha123 commited on
Commit
cde9607
·
1 Parent(s): 691ecff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ import torch
5
 
6
  from diffusers import StableDiffusionPipeline
7
 
8
- pipe = StableDiffusionPipeline.from_pretrained("sd-dreambooth-library/fashsion")
9
 
10
  prompt = "a photograph of an astronaut riding a horse"
11
 
 
5
 
6
  from diffusers import StableDiffusionPipeline
7
 
8
+ pipe = StableDiffusionPipeline.from_pretrained("sd-dreambooth-library/fashion")
9
 
10
  prompt = "a photograph of an astronaut riding a horse"
11