Commit ·
d378396
1
Parent(s): 76693bd
Update README.md
Browse files
README.md
CHANGED
|
@@ -80,7 +80,7 @@ pipe = pipe.to("cuda")
|
|
| 80 |
prompt = "apple watercolor"
|
| 81 |
input_image = (
|
| 82 |
load_image(
|
| 83 |
-
"https://raw.githubusercontent.com/
|
| 84 |
)
|
| 85 |
.resize((256, 256))
|
| 86 |
.convert("RGB")
|
|
|
|
| 80 |
prompt = "apple watercolor"
|
| 81 |
input_image = (
|
| 82 |
load_image(
|
| 83 |
+
"https://raw.githubusercontent.com/huggingface/amused/main/assets/image2image_256_orig.png"
|
| 84 |
)
|
| 85 |
.resize((256, 256))
|
| 86 |
.convert("RGB")
|