Update README.md
Browse files
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("
|
| 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
|