Commit
•
ff0267a
1
Parent(s):
346c71f
Update README.md (#15)
Browse files- Update README.md (9d9f37aa6412ae56aa4e8f0dcb2b1ea31c53fcaa)
Co-authored-by: kanhaiya lal bohra <kanhaiya0999@users.noreply.huggingface.co>
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
|