Sourabh2 commited on
Commit
a4e583e
1 Parent(s): e68f852

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ pipe.to("cuda")
13
  prompt = "a man with blonde hair and beard"
14
 
15
  image = pipe(prompt=prompt).images[0]
16
- image.save("generated_image.png")
17
  ```
18
 
19
  ## Example Output
 
13
  prompt = "a man with blonde hair and beard"
14
 
15
  image = pipe(prompt=prompt).images[0]
16
+ image.save("face.png")
17
  ```
18
 
19
  ## Example Output