Update README.md
#15
by
kanhaiya0999
- opened
README.md
CHANGED
@@ -35,7 +35,7 @@ def download_image(url):
|
|
35 |
image = PIL.ImageOps.exif_transpose(image)
|
36 |
image = image.convert("RGB")
|
37 |
return image
|
38 |
-
image = download_image(
|
39 |
|
40 |
prompt = "turn him into cyborg"
|
41 |
images = pipe(prompt, image=image, num_inference_steps=10, image_guidance_scale=1).images
|
|
|
35 |
image = PIL.ImageOps.exif_transpose(image)
|
36 |
image = image.convert("RGB")
|
37 |
return image
|
38 |
+
image = download_image(url)
|
39 |
|
40 |
prompt = "turn him into cyborg"
|
41 |
images = pipe(prompt, image=image, num_inference_steps=10, image_guidance_scale=1).images
|