Skip to content

Commit 9094a8e

Browse files
authored
Update README.md
1 parent 48d0e3c commit 9094a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ from urllib.request import urlretrieve
165165

166166
model = replicate.models.get("stability-ai/stable-diffusion")
167167
version = model.versions.get("27b93a2413e7f36cd83da926f3656280b2931564ff050bf9575f1fdf9bcd7478")
168-
out = version.predict(prompt="wavy colorful abstract patterns, cgsociety"
168+
out = version.predict(prompt="wavy colorful abstract patterns, cgsociety")
169169
urlretrieve(out[0], "/tmp/out.png")
170170
background = Image.open("/tmp/out.png")
171171
```

0 commit comments

Comments
 (0)